VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtAgentCreator Class Referenceabstract

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.

Public Member Functions

 DtAgentCreator ()
 
 DtAgentCreator (const DtAgentCreator &creator)
 
DtAgentCreatoroperator= (const DtAgentCreator &creator)
 
virtual ~DtAgentCreator ()
 
virtual DtAgentcreateAgent (DtAgentManagerInterface &sceneInterface)=0
 
virtual
DtAgentUpdateResolverInterface
createResolver (DtDe &de, DtUniqueID id)=0
 

Constructor & Destructor Documentation

makVrv::DtAgentCreator::DtAgentCreator ( )

CTOR.

makVrv::DtAgentCreator::DtAgentCreator ( const DtAgentCreator creator)

CCTOR.

virtual makVrv::DtAgentCreator::~DtAgentCreator ( )
virtual

DTOR.

Member Function Documentation

DtAgentCreator& makVrv::DtAgentCreator::operator= ( const DtAgentCreator creator)

Assignment Operator.

virtual DtAgent* makVrv::DtAgentCreator::createAgent ( DtAgentManagerInterface sceneInterface)
pure virtual

Pure virtual create proxy function.

virtual DtAgentUpdateResolverInterface* makVrv::DtAgentCreator::createResolver ( DtDe de,
DtUniqueID  id 
)
pure virtual

Pur virtual create updater function.


The documentation for this class was generated from the following file:

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)