![]() |
VR-Forces 4.5 Class Documentation
|
State switch. More...

Public Member Functions | |
| virtual | ~DtDynamicTerrainSwitch () |
| Virtual destructor. | |
| virtual void | setState (unsigned int index)=0 |
| Set the current state of the switch (0 indexed). | |
Public Member Functions inherited from makVrv::DtDynamicTerrainImplementation | |
| virtual | ~DtDynamicTerrainImplementation () |
| virtual boost::shared_ptr < DtDynamicTerrainFeature > | feature () const |
| virtual void | setFeature (const boost::shared_ptr< DtDynamicTerrainFeature > &) |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtDynamicTerrainImplementation | |
| boost::weak_ptr < DtDynamicTerrainFeature > | myFeature |
State switch.
This is an interface for manipulating a switch. A switch in this context is defined as a piece of terrain which can be in one of a certain number of states.
|
virtual |
Virtual destructor.
|
pure virtual |
Set the current state of the switch (0 indexed).
Implemented in makVrv::DtDefaultDynamicTerrainSwitch.