VR-Vantage 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
MyObjectAgentImplementation Class Reference

Agent class for the scene object class: MyObject. More...

Inheritance diagram for MyObjectAgentImplementation:
Inheritance graph
[legend]

Public Member Functions

 MyObjectAgentImplementation ()
 CTOR.
virtual ~MyObjectAgentImplementation ()
 DTOR.
virtual void createModel ()
virtual void setRotationAngle (double rotationAngleInDegrees)
- Public Member Functions inherited from MyObjectAgent
 MyObjectAgent ()
 CTOR.
virtual ~MyObjectAgent ()
 DTOR.
MyObjectfindObject ()
 Attempt to find the actual object the agent is controlling.
const MyObjectfindObject () const
- Public Member Functions inherited from makVrv::DtAgent
virtual ~DtAgent ()
 DTOR.
DtAgentManagerInterfacesceneInterface ()
 Get the scene interface, the scene interface may not be NULL (so a reference is safe.
void setSceneInterface (DtAgentManagerInterface *iface)
 Set the internal scene interface pointer.
void init (DtAgentManagerInterface &sceneInterface, bool bDistribute)
 Initialize the object proxy this must be called once before using the object.
const std::stringclassName () const
 Get the class name.
void clean ()
void dirty ()
DtUniqueID uniqueId () const
 inline accessor
bool distributeMessages () const
 Accessor for myDistributeMessageFlag.

Protected Member Functions

virtual MyObjectfindObjectAsMyObject ()

Additional Inherited Members

- Static Public Member Functions inherited from MyObjectAgent
static MyObjectAgentcreate (makVrv::DtAgentManagerInterface &sceneInterface, bool bDistribute=true)
 Static helper creator.
- Protected Attributes inherited from makVrv::DtAgent
DtAgentManagerInterfacemySceneInterface
DtUniqueID myUniqueId
std::string myClassName
bool myUpdateFlag
DtAgentManagerInterface::OrderedCallList myCalls
bool myDistributeObjectFlag

Detailed Description

Agent class for the scene object class: MyObject.

Constructor & Destructor Documentation

MyObjectAgentImplementation::MyObjectAgentImplementation ( )

CTOR.

virtual MyObjectAgentImplementation::~MyObjectAgentImplementation ( )
virtual

DTOR.

Member Function Documentation

virtual void MyObjectAgentImplementation::createModel ( )
virtual

Implements MyObjectAgent.

virtual void MyObjectAgentImplementation::setRotationAngle ( double  rotationAngleInDegrees)
virtual

Implements MyObjectAgent.

virtual MyObject* MyObjectAgentImplementation::findObjectAsMyObject ( )
protectedvirtual

Implements MyObjectAgent.


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


Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)