|
ESyS-Particle
4.0.1
|
#include <MeshData.h>
Public Member Functions | |
| 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 |
Data describing one node(point) in a TriMesh.
| void MeshNodeData::read | ( | std::istream & | instream | ) |
read node data from istream
| instream | the stream to read from |
1.7.6.1