#include <mesh.h>
Inheritance diagram for iMeshList:
Public Methods | |
virtual int | GetCount () const=0 |
Return the number of meshes in this list. | |
virtual iMeshWrapper* | Get (int n) const=0 |
Return a mesh by index. | |
virtual int | Add (iMeshWrapper *obj)=0 |
Add a mesh. | |
virtual bool | Remove (iMeshWrapper *obj)=0 |
Remove a mesh. | |
virtual bool | Remove (int n)=0 |
Remove the nth mesh. | |
virtual void | RemoveAll ()=0 |
Remove all meshes. | |
virtual int | Find (iMeshWrapper *obj) const=0 |
Find a mesh and return its index. | |
virtual iMeshWrapper* | FindByName (const char *Name) const=0 |
Find a mesh by name. |