![]() |
VR-Forces 4.1.1 Class Documentation
|
Abstract base class for the scene object creators. More...

Public Member Functions | |
| DtAgentCreator () | |
| CTOR. | |
| DtAgentCreator (const DtAgentCreator &creator) | |
| CCTOR. | |
| DtAgentCreator & | operator= (const DtAgentCreator &creator) |
| Assignment Operator. | |
| virtual | ~DtAgentCreator () |
| DTOR. | |
| virtual DtAgent * | createAgent (DtAgentManagerInterface &sceneInterface)=0 |
| Pure virtual create proxy function. | |
| virtual DtAgentUpdateResolverInterface * | createResolver (DtDe &de, DtUniqueID id)=0 |
| Pur virtual create updater function. | |
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.
Implemented in DtBhaveLinesModelClassesCreator.
|
pure virtual |
Pur virtual create updater function.
Implemented in DtBhaveLinesModelClassesCreator.