iMeshFactoryList Struct Reference
[Mesh support]
A list of mesh factories.
More...
#include <iengine/mesh.h>
Inheritance diagram for iMeshFactoryList:

Public Member Functions | |
virtual int | Add (iMeshFactoryWrapper *obj)=0 |
Add a mesh factory wrapper. | |
virtual int | Find (iMeshFactoryWrapper *obj) const =0 |
Find a mesh factory wrapper and return its index. | |
virtual iMeshFactoryWrapper * | FindByName (const char *Name) const =0 |
Find a mesh factory wrapper by name. | |
virtual iMeshFactoryWrapper * | Get (int n) const =0 |
Return a mesh factory wrapper by index. | |
virtual int | GetCount () const =0 |
Return the number of mesh factory wrappers in this list. | |
virtual bool | Remove (int n)=0 |
Remove the nth mesh factory wrapper. | |
virtual bool | Remove (iMeshFactoryWrapper *obj)=0 |
Remove a mesh factory wrapper. | |
virtual void | RemoveAll ()=0 |
Remove all mesh factory wrappers. |
Detailed Description
A list of mesh factories.Main ways to get pointers to this interface:
Main users of this interface:
Definition at line 943 of file mesh.h.
Member Function Documentation
|
Add a mesh factory wrapper.
|
|
Find a mesh factory wrapper and return its index.
|
|
Find a mesh factory wrapper by name.
|
|
Return a mesh factory wrapper by index.
|
|
Return the number of mesh factory wrappers in this list.
|
|
Remove the nth mesh factory wrapper.
|
|
Remove a mesh factory wrapper.
|
|
Remove all mesh factory wrappers.
|
The documentation for this struct was generated from the following file:
- iengine/mesh.h
Generated for Crystal Space by doxygen 1.4.6