Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iMeshList Struct Reference
[Mesh support]
A list of meshes.
More...
#include <iengine/mesh.h>
Inheritance diagram for iMeshList:

Public Member Functions | |
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. |
Detailed Description
A list of meshes.Main ways to get pointers to this interface:
Main users of this interface:
Definition at line 746 of file mesh.h.
Member Function Documentation
|
Add a mesh.
|
|
Find a mesh and return its index.
|
|
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. |
|
Return a mesh by index.
|
|
Return the number of meshes in this list.
|
|
Remove the nth mesh.
|
|
Remove a mesh.
|
|
Remove all meshes.
|
The documentation for this struct was generated from the following file:
- iengine/mesh.h
Generated for Crystal Space by doxygen 1.3.9.1