Public Member Functions |
| | ExampleSimulationObject (DtDe &de, DtUniqueID id) |
| | The Constructor for a distributed object must take a DtIg and a Unique Id.
|
| virtual | ~ExampleSimulationObject () |
| void | loadModel (const std::string &filename) |
| | Called to load an image model into the scene from file.
|
| void | removeModel () |
| | Called to remove the current image model from the scene.
|
| void | setRotationAngle (double rotationAngleInDegrees) |
| | Called to rotate the current image model on the scene.
|
Protected Attributes |
| DtDe & | myDe |
osg::ref_ptr
< osg::PositionAttitudeTransform > | myPat |
Constructor & Destructor Documentation
| makVrv::ExampleSimulationObject::ExampleSimulationObject |
( |
DtDe & |
de, |
|
|
DtUniqueID |
id |
|
) |
| |
The Constructor for a distributed object must take a DtIg and a Unique Id.
| virtual makVrv::ExampleSimulationObject::~ExampleSimulationObject |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void makVrv::ExampleSimulationObject::loadModel |
( |
const std::string & |
filename | ) |
|
Called to load an image model into the scene from file.
| void makVrv::ExampleSimulationObject::removeModel |
( |
| ) |
|
Called to remove the current image model from the scene.
| void makVrv::ExampleSimulationObject::setRotationAngle |
( |
double |
rotationAngleInDegrees | ) |
|
Called to rotate the current image model on the scene.
Member Data Documentation
| DtDe& makVrv::ExampleSimulationObject::myDe |
|
protected |
| osg::ref_ptr<osg::PositionAttitudeTransform> makVrv::ExampleSimulationObject::myPat |
|
protected |
The documentation for this class was generated from the following file: