#include <MeshData.h>
List of all members.
Public Member Functions |
|
| MeshTriData (int id, int nodeId0, int nodeId1, int nodeId2, int tag=0) |
| void | read (std::istream &) |
Public Attributes |
|
int | id |
|
int | tag |
|
int | p1 |
|
int | p2 |
|
int | p3 |
Detailed Description
Data describing one Triangle in a TriMesh.
Member Function Documentation
| void MeshTriData::read |
( |
std::istream & |
instream | ) |
|
read triangle data from istream
- Parameters:
-
| instream | the stream to read from |
The documentation for this struct was generated from the following files: