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

Public Methods | |
| csMeshType (iBase *p) | |
| constructor. More... | |
| virtual | ~csMeshType () |
| destructor. More... | |
| bool | Initialize (iObjectRegistry *reg) |
| Initialize this plugin. More... | |
| virtual csPtr< iMeshObjectFactory > | NewFactory ()=0 |
| See imesh/object.h for sepcification. More... | |
Public Attributes | |
| csMeshType::eiComponent | scfiComponent |
| iComponent implementation. More... | |
Protected Attributes | |
| iEngine * | Engine |
| pointer to the engine if available (@ temporary). More... | |
| iObjectRegistry * | object_reg |
| Object registry. More... | |
Definition at line 318 of file meshobjtmpl.h.
|
|
constructor.
|
|
|
destructor.
|
|
|
Initialize this plugin.
|
|
|
See imesh/object.h for sepcification. There is no default implementation for this method. Implements iMeshObjectType. |
|
|
pointer to the engine if available (@ temporary). @ Definition at line 322 of file meshobjtmpl.h. |
|
|
Object registry.
Definition at line 325 of file meshobjtmpl.h. |
|
|
iComponent implementation.
|