![]() |
VR-Forces 4.10 Class Documentation
|
class containing information about the rotors of an articulated model and the state This class is used by the DtEntityRotorManager More...
Public Member Functions | |
| DtEntityRotorData (DtOsgArticulatedModel *model) | |
| constructor More... | |
| virtual | ~DtEntityRotorData () |
| destructor More... | |
| virtual void | setState (int stateNumber, int stateValue) |
| take an action when a state changes value More... | |
Public Attributes | |
| DtOsgArticulatedModel * | myModel |
| the model More... | |
| DtRotorState * | myRotorState |
| the current rotor state More... | |
Private Member Functions | |
| DtEntityRotorData ()=delete | |
| not allowed More... | |
| DtEntityRotorData (const DtEntityRotorData &rhs)=delete | |
| DtEntityRotorData & | operator= (const DtEntityRotorData &rhs)=delete |
class containing information about the rotors of an articulated model and the state This class is used by the DtEntityRotorManager
| makVrv::DtEntityRotorData::DtEntityRotorData | ( | DtOsgArticulatedModel * | model | ) |
constructor
|
virtual |
destructor
|
privatedelete |
not allowed
|
privatedelete |
|
privatedelete |
take an action when a state changes value
| DtOsgArticulatedModel* makVrv::DtEntityRotorData::myModel |
the model
| DtRotorState* makVrv::DtEntityRotorData::myRotorState |
the current rotor state