![]() |
Public API Reference |
#include <mesh.h>
Inheritance diagram for iMeshList:
Public Methods | |
virtual int | GetCount () const=0 |
Return the number of meshes in this list. More... | |
virtual iMeshWrapper * | Get (int n) const=0 |
Return a mesh by index. More... | |
virtual int | Add (iMeshWrapper *obj)=0 |
Add a mesh. More... | |
virtual bool | Remove (iMeshWrapper *obj)=0 |
Remove a mesh. More... | |
virtual bool | Remove (int n)=0 |
Remove the nth mesh. More... | |
virtual void | RemoveAll ()=0 |
Remove all meshes. More... | |
virtual int | Find (iMeshWrapper *obj) const=0 |
Find a mesh and return its index. More... | |
virtual iMeshWrapper * | FindByName (const char *Name) const=0 |
Find a mesh by name. More... |
Definition at line 572 of file mesh.h.
|
Add a mesh.
Implemented in csMeshList. |
|
Find a mesh and return its index.
Implemented in csMeshList. |
|
Find a mesh by name. If there is a colon in the name then this function is able to search for children too. i.e. like mesh:childmesh:childmesh. Implemented in csMeshList. |
|
Return a mesh by index.
Implemented in csMeshList. |
|
Return the number of meshes in this list.
Implemented in csMeshList. |
|
Remove the nth mesh.
Implemented in csMeshList. |
|
Remove a mesh.
Implemented in csMeshList. |
|
Remove all meshes.
Implemented in csMeshList. |