ESyS-Particle  2.3.4
MeshNodeData Struct Reference

#include <MeshData.h>

Public Member Functions

 MeshNodeData ()
 
 MeshNodeData (int id, const Vec3 &pt, int tag=0)
 
void read (std::istream &)
 

Public Attributes

int id
 
int tag
 
double x
 
double y
 
double z
 

Detailed Description

Data describing one node(point) in a TriMesh.

Constructor & Destructor Documentation

◆ MeshNodeData() [1/2]

MeshNodeData::MeshNodeData ( )

◆ MeshNodeData() [2/2]

MeshNodeData::MeshNodeData ( int  id,
const Vec3 pt,
int  tag = 0 
)

Member Function Documentation

◆ read()

void MeshNodeData::read ( std::istream &  instream)

read node data from istream

Parameters
instreamthe stream to read from

References tag, x, y, and z.

Member Data Documentation

◆ id

◆ tag

◆ x

◆ y

◆ z


The documentation for this struct was generated from the following files: