![]() |
VR-Forces 4.8 Class Documentation
|
Abstract base class for the scene object creators. More...
Public Member Functions | |
| DtAgentCreator () | |
| CTOR. More... | |
| DtAgentCreator (const DtAgentCreator &creator) | |
| CCTOR. More... | |
| DtAgentCreator & | operator= (const DtAgentCreator &creator) |
| Assignment Operator. More... | |
| virtual | ~DtAgentCreator () |
| DTOR. More... | |
| virtual DtAgent * | createAgent (DtAgentManagerInterface &sceneInterface)=0 |
| Pure virtual create proxy function. More... | |
| virtual DtAgentUpdateResolverInterface * | createResolver (DtDe &de, DtUniqueID id)=0 |
| Pur virtual create updater function. More... | |
Abstract base class for the scene object creators.
SceneObject creators do not actually create scene objects themselves but create Proxies handlers the later require that there be a scene object.
| makVrv::DtAgentCreator::DtAgentCreator | ( | ) |
CTOR.
| makVrv::DtAgentCreator::DtAgentCreator | ( | const DtAgentCreator & | creator | ) |
CCTOR.
|
virtual |
DTOR.
| DtAgentCreator& makVrv::DtAgentCreator::operator= | ( | const DtAgentCreator & | creator | ) |
Assignment Operator.
|
pure virtual |
Pure virtual create proxy function.
|
pure virtual |
Pur virtual create updater function.