![]() |
VR-Forces 4.8 Class Documentation
|
Position and type of a rotorwash. More...
Public Member Functions | |
| DtRotorWashInfo () | |
| CTOR. More... | |
| virtual | ~DtRotorWashInfo () |
| DTOR. More... | |
| DtRotorWashInfo (const DtRotorWashInfo &orig) | |
| Copy constructor. More... | |
| DtRotorWashInfo & | operator= (const DtRotorWashInfo &rhs) |
| Assignment operator. More... | |
| bool | operator!= (const DtRotorWashInfo &rhs) |
| Not equals operator. More... | |
| virtual std::string | toString (const RotorWashSoilType &type) const |
| Convert RotorWashSoilType enum to string for printing. More... | |
| virtual void | print () const |
| Print information about this rotorwash. More... | |
Public Attributes | |
| RotorWashSoilType | mySoilType |
| double | myHeliToGroundDist |
Position and type of a rotorwash.
| makVrv::DtRotorWashInfo::DtRotorWashInfo | ( | ) |
CTOR.
|
virtual |
DTOR.
| makVrv::DtRotorWashInfo::DtRotorWashInfo | ( | const DtRotorWashInfo & | orig | ) |
Copy constructor.
| DtRotorWashInfo& makVrv::DtRotorWashInfo::operator= | ( | const DtRotorWashInfo & | rhs | ) |
Assignment operator.
| bool makVrv::DtRotorWashInfo::operator!= | ( | const DtRotorWashInfo & | rhs | ) |
Not equals operator.
|
virtual |
Convert RotorWashSoilType enum to string for printing.
|
virtual |
Print information about this rotorwash.
| RotorWashSoilType makVrv::DtRotorWashInfo::mySoilType |
| double makVrv::DtRotorWashInfo::myHeliToGroundDist |