#include <mesh.h>
Inheritance diagram for iMeshFactoryList:
Public Methods | |
virtual int | GetCount () const=0 |
Return the number of mesh factory wrappers in this list. | |
virtual iMeshFactoryWrapper* | Get (int n) const=0 |
Return a mesh factory wrapper by index. | |
virtual int | Add (iMeshFactoryWrapper *obj)=0 |
Add a mesh factory wrapper. | |
virtual bool | Remove (iMeshFactoryWrapper *obj)=0 |
Remove a mesh factory wrapper. | |
virtual bool | Remove (int n)=0 |
Remove the nth mesh factory wrapper. | |
virtual void | RemoveAll ()=0 |
Remove all mesh factory wrappers. | |
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. |