![]() |
VR-Forces 4.0.4 Class Documentation
|
This descriptor will define parameters that will be used to create an approach vector to a landing strip. More...

Public Member Functions | |
| DtFixedWingTakeoffDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtFixedWingTakeoffDescriptor (const DtFixedWingTakeoffDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtFixedWingTakeoffDescriptor & | operator= (const DtFixedWingTakeoffDescriptor &orig) |
| assignment | |
| virtual | ~DtFixedWingTakeoffDescriptor () |
| destructor | |
| virtual DtString | type () const |
| Returns the type of component this descriptor describes. | |
| virtual DtComponentDescriptor * | clone (DtReaderWriterRegistry *parentRegistry=0) const |
| virtual double | takeoffDistance () const |
| Accessor/mutator for myTakeoffDistance. | |
| virtual void | setTakeoffDistance (double value) |
| Accessor/mutator for myTakeoffDistance. | |
| virtual double | takeoffAltitude () const |
| Accessor/mutator for myTakeoffAltitude. | |
| virtual void | setTakeoffAltitude (double value) |
| Accessor/mutator for myTakeoffAltitude. | |
Static Public Member Functions | |
| static DtComponentDescriptor * | creator () |
| | |
Protected Attributes | |
parameters | |
These parameters are available for setting in the OPD files. | |
| DtRwReal | myTakeoffDistance |
| Parameter Name: takeoff-distance Parameter Description: The distance out from the end of the landing strip that the fixed wing will fly to. | |
| DtRwReal | myTakeoffAltitude |
| Parameter Name: takeoff-altitude Parameter Description: The altitude out from the end of the landing strip that the fixed wing will fly to. | |
Private Member Functions | |
| DtFixedWingTakeoffDescriptor () | |
| default constructor; not implemented | |
This descriptor will define parameters that will be used to create an approach vector to a landing strip.
=
| DtFixedWingTakeoffDescriptor::DtFixedWingTakeoffDescriptor | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtFixedWingTakeoffDescriptor::DtFixedWingTakeoffDescriptor | ( | const DtFixedWingTakeoffDescriptor & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtFixedWingTakeoffDescriptor::~DtFixedWingTakeoffDescriptor | ( | ) | [virtual] |
destructor
default constructor; not implemented
| DtFixedWingTakeoffDescriptor& DtFixedWingTakeoffDescriptor::operator= | ( | const DtFixedWingTakeoffDescriptor & | orig | ) |
assignment
| virtual DtString DtFixedWingTakeoffDescriptor::type | ( | ) | const [virtual] |
Returns the type of component this descriptor describes.
Used to create the descriptor on read from an mtl file. Component descriptor type strings are defined in compDescTypes.h.
Reimplemented from DtComponentDescriptor.
| virtual DtComponentDescriptor* DtFixedWingTakeoffDescriptor::clone | ( | DtReaderWriterRegistry * | parentRegistry = 0 | ) | const [virtual] |
Reimplemented from DtComponentDescriptor.
| static DtComponentDescriptor* DtFixedWingTakeoffDescriptor::creator | ( | ) | [static] |
Reimplemented from DtComponentDescriptor.
| virtual double DtFixedWingTakeoffDescriptor::takeoffDistance | ( | ) | const [virtual] |
Accessor/mutator for myTakeoffDistance.
| virtual void DtFixedWingTakeoffDescriptor::setTakeoffDistance | ( | double | value | ) | [virtual] |
Accessor/mutator for myTakeoffDistance.
| virtual double DtFixedWingTakeoffDescriptor::takeoffAltitude | ( | ) | const [virtual] |
Accessor/mutator for myTakeoffAltitude.
| virtual void DtFixedWingTakeoffDescriptor::setTakeoffAltitude | ( | double | value | ) | [virtual] |
Accessor/mutator for myTakeoffAltitude.
Parameter Name: takeoff-distance
Parameter Description: The distance out from the end of the landing strip that the fixed wing will fly to.
Parameter Default Value: 1304.762
Parameter Units: meters
Parameter Name: takeoff-altitude
Parameter Description: The altitude out from the end of the landing strip that the fixed wing will fly to.
Parameter Default Value: 154.8
Parameter Units: meters