VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtAgentCreator Class Reference

Abstract base class for the scene object creators. More...

Public Member Functions

 DtAgentCreator ()
 CTOR.
 DtAgentCreator (const DtAgentCreator &creator)
 CCTOR.
DtAgentCreatoroperator= (const DtAgentCreator &creator)
 Assignment Operator.
virtual ~DtAgentCreator ()
 DTOR.
virtual DtAgentcreateAgent (DtAgentManagerInterface &sceneInterface)=0
 Pure virtual create proxy function.
virtual
DtAgentUpdateResolverInterface
createResolver (DtDe &de, DtUniqueID id)=0
 Pur virtual create updater function.

Detailed Description

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.

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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)