![]() |
Public API Reference |
#include <meshobj.h>
Inheritance diagram for csMeshFactoryList:

Public Methods | |
| csMeshFactoryList () | |
| constructor. More... | |
| virtual int | GetCount () const |
| Return the number of mesh factory wrappers in this list. More... | |
| virtual iMeshFactoryWrapper * | Get (int n) const |
| Return a mesh factory wrapper by index. More... | |
| virtual int | Add (iMeshFactoryWrapper *obj) |
| Add a mesh factory wrapper. More... | |
| virtual bool | Remove (iMeshFactoryWrapper *obj) |
| Remove a mesh factory wrapper. More... | |
| virtual bool | Remove (int n) |
| Remove the nth mesh factory wrapper. More... | |
| virtual void | RemoveAll () |
| Remove all mesh factory wrappers. More... | |
| virtual int | Find (iMeshFactoryWrapper *obj) const |
| Find a mesh factory wrapper and return its index. More... | |
| virtual iMeshFactoryWrapper * | FindByName (const char *Name) const |
| Find a mesh factory wrapper by name. More... | |
Definition at line 102 of file meshobj.h.
|
|
constructor.
|
|
|
Add a mesh factory wrapper.
Implements iMeshFactoryList. |
|
|
Find a mesh factory wrapper and return its index.
Implements iMeshFactoryList. |
|
|
Find a mesh factory wrapper by name.
Implements iMeshFactoryList. |
|
|
Return a mesh factory wrapper by index.
Implements iMeshFactoryList. Definition at line 117 of file meshobj.h. References csArray< T *, csRefArrayElementHandler< T * > >::Get. |
|
|
Return the number of mesh factory wrappers in this list.
Implements iMeshFactoryList. Definition at line 116 of file meshobj.h. References csArray< T *, csRefArrayElementHandler< T * > >::Length. |
|
|
Remove the nth mesh factory wrapper.
Implements iMeshFactoryList. |
|
|
Remove a mesh factory wrapper.
Implements iMeshFactoryList. |
|
|
Remove all mesh factory wrappers.
Implements iMeshFactoryList. |