VR-Vantage 1.4.1 API Class Documentation
Public Member Functions | Static Public Member Functions | Protected Member Functions
MyObjectAgent Class Reference

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

Inheritance diagram for MyObjectAgent:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MyObjectAgent ()
 CTOR.
virtual ~MyObjectAgent ()
 DTOR.
MyObjectfindObject ()
 Attempt to find the actual object the agent is controlling.
const MyObjectfindObject () const
virtual void createModel ()=0
virtual void setRotationAngle (double rotationAngleInDegrees)=0

Static Public Member Functions

static MyObjectAgentcreate (makVrv::DtAgentManagerInterface &sceneInterface, bool bDistribute=true)
 Static helper creator.

Protected Member Functions

virtual MyObjectfindObjectAsMyObject ()=0

Detailed Description

Agent class for the scene object class: MyObject.


Constructor & Destructor Documentation

MyObjectAgent::MyObjectAgent ( )

CTOR.

virtual MyObjectAgent::~MyObjectAgent ( ) [virtual]

DTOR.


Member Function Documentation

static MyObjectAgent* MyObjectAgent::create ( makVrv::DtAgentManagerInterface sceneInterface,
bool  bDistribute = true 
) [static]

Static helper creator.

MyObject* MyObjectAgent::findObject ( )

Attempt to find the actual object the agent is controlling.

Warning:
Any modifications to the actual object will NOT work when using distributed rendering.
const MyObject* MyObjectAgent::findObject ( ) const
virtual void MyObjectAgent::createModel ( ) [pure virtual]

Implemented in MyObjectAgentImplementation.

virtual void MyObjectAgent::setRotationAngle ( double  rotationAngleInDegrees) [pure virtual]

Implemented in MyObjectAgentImplementation.

virtual MyObject* MyObjectAgent::findObjectAsMyObject ( ) [protected, pure virtual]

Implemented in MyObjectAgentImplementation.


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


Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)