![]() |
VR-Vantage 1.4.1 API Class Documentation
|
Agent class for the scene object class: MyObject. More...

Public Member Functions | |
| MyObjectAgentImplementation () | |
| CTOR. | |
| virtual | ~MyObjectAgentImplementation () |
| DTOR. | |
| virtual void | createModel () |
| virtual void | setRotationAngle (double rotationAngleInDegrees) |
Protected Member Functions | |
| virtual MyObject * | findObjectAsMyObject () |
Agent class for the scene object class: MyObject.
| MyObjectAgentImplementation::MyObjectAgentImplementation | ( | ) |
CTOR.
| virtual MyObjectAgentImplementation::~MyObjectAgentImplementation | ( | ) | [virtual] |
DTOR.
| virtual void MyObjectAgentImplementation::createModel | ( | ) | [virtual] |
Implements MyObjectAgent.
| virtual void MyObjectAgentImplementation::setRotationAngle | ( | double | rotationAngleInDegrees | ) | [virtual] |
Implements MyObjectAgent.
| virtual MyObject* MyObjectAgentImplementation::findObjectAsMyObject | ( | ) | [protected, virtual] |
Implements MyObjectAgent.