#include <mnmesh.h>
Used to assist in the process of sorting MNMesh faces into separate elements.
For convenient caching, it is recommended that you use this class
through the
MNTempData class.
Public Member Functions |
|
DllExport | MNFaceElement (MNMesh &mesh) |
Create an element list based on the
specified
MNMesh. |
|
int | operator[] (int i) |
Index operator for accessing elements.
|
|
Public Attributes |
|
Tab< int > | elem |
int | count |
DllExport MNFaceElement | ( | MNMesh & | mesh | ) |
int operator[] | ( | int | i | ) | [inline] |
Index operator for accessing elements.
{return elem[i];}