![]() |
VR-Forces 4.7 Class Documentation
|
Abstract DtCigiObject creator. More...

Public Member Functions | |
| DtCigiObjectCreator () | |
| CTOR. | |
| virtual | ~DtCigiObjectCreator () |
| DTOR. | |
| virtual DtCigiObjectCreator * | clone () const =0 |
| Every derived class must override this method. | |
| virtual DtCigiBaseEntity * | create (DtCigiConnection &connection, DtAgentManagerInterface &sceneInterface, int entityId, int entityType) const =0 |
| Create function. | |
Abstract DtCigiObject creator.
|
inline |
CTOR.
|
inlinevirtual |
DTOR.
|
pure virtual |
Every derived class must override this method.
Implemented in makVrv::DtCigiObjectCreatorTemplate< CigiObject >.
|
pure virtual |
Create function.
Implemented in makVrv::DtCigiObjectCreatorTemplate< CigiObject >.