
Public Member Functions | |
| void | Release () |
| void | AddMesh (vtMesh *pMesh, int iMatIdx) |
| void | RemoveMesh (vtMesh *pMesh) |
| void | AddTextMesh (vtTextMesh *pMesh, int iMatIdx) |
| unsigned int | GetNumMeshes () const |
| vtMesh * | GetMesh (int i) const |
| vtTextMesh * | GetTextMesh (int i) const |
|
||||||||||||
|
Add a mesh to this geometry.
|
|
||||||||||||
|
Add a text mesh to this geometry.
|
|
|
Return a contained vtMesh by index. |
|
|
Return the number of contained meshes. |
|
|
Return a contained vtTextMesh by index. |
|
|
Releases a node. Use this method instead of C++'s delete operator when you are done with a node. Internally, the node is reference counted so it is not deleted until all references to it are removed. Reimplemented from vtNode. |
|
|
Remove a mesh from the geomtry. Has no effect if the mesh is not currently contained. |
1.4.5