csMeshType Class Reference
This is the abstract implementation of iMeshObjectType. More...
#include <cstool/meshobjtmpl.h>
Inheritance diagram for csMeshType:

Public Member Functions | |
| csMeshType (iBase *p) | |
| constructor | |
| bool | Initialize (iObjectRegistry *reg) |
| Initialize this plugin. | |
| virtual csPtr< iMeshObjectFactory > | NewFactory ()=0 |
| See imesh/object.h for specification. | |
| virtual | ~csMeshType () |
| destructor | |
Protected Attributes | |
| iEngine * | Engine |
| pointer to the engine if available (@@ temporary) | |
| iObjectRegistry * | object_reg |
| Object registry. | |
Detailed Description
This is the abstract implementation of iMeshObjectType.
Definition at line 340 of file meshobjtmpl.h.
Constructor & Destructor Documentation
|
|
constructor
|
|
|
destructor
|
Member Function Documentation
|
|
Initialize this plugin.
Implements iComponent. |
|
|
See imesh/object.h for specification. There is no default implementation for this method. Implements iMeshObjectType. |
Member Data Documentation
|
|
pointer to the engine if available (@@ temporary)
Definition at line 345 of file meshobjtmpl.h. |
|
|
Object registry.
Definition at line 348 of file meshobjtmpl.h. |
The documentation for this class was generated from the following file:
- cstool/meshobjtmpl.h
Generated for Crystal Space by doxygen 1.4.6
