csMeshType Class Reference
This is the abstract implementation of iMeshObjectType. More...
#include <cstool/meshobjtmpl.h>
Inherits scfImplementation2<csMeshType, iMeshObjectType, iComponent>.
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. | |
| iObjectRegistry * | object_reg |
| Object registry. | |
Detailed Description
This is the abstract implementation of iMeshObjectType.Definition at line 366 of file meshobjtmpl.h.
Constructor & Destructor Documentation
| csMeshType::csMeshType | ( | iBase * | p | ) |
constructor
| virtual csMeshType::~csMeshType | ( | ) | [virtual] |
destructor
Member Function Documentation
| bool csMeshType::Initialize | ( | iObjectRegistry * | reg | ) |
Initialize this plugin.
| virtual csPtr<iMeshObjectFactory> csMeshType::NewFactory | ( | ) | [pure virtual] |
See imesh/object.h for specification.
There is no default implementation for this method.
Member Data Documentation
iEngine* csMeshType::Engine [protected] |
iObjectRegistry* csMeshType::object_reg [protected] |
The documentation for this class was generated from the following file:
- cstool/meshobjtmpl.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
