![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtFallingFromSkyActuatorDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| real constructor | |
| DtFallingFromSkyActuatorDescriptor (const DtFallingFromSkyActuatorDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| All component descriptors must provide a valid copy constructor. | |
| DtFallingFromSkyActuatorDescriptor & | operator= (const DtFallingFromSkyActuatorDescriptor &orig) |
| All component descriptors must provide a valid assignment operator. | |
| virtual DtString | type () const |
| Returns the type of component this descriptor describes. | |
| virtual DtComponentDescriptor * | clone (DtReaderWriterRegistry *parentRegistry=0) const |
| All component descriptors must provide a valid clone function. | |
| virtual | ~DtFallingFromSkyActuatorDescriptor () |
| virtual void | setDragCoefficient (double dc) |
| Provide an accessor and mutator for the parameter value. | |
| virtual double | dragCoefficient () const |
Static Public Member Functions | |
| static DtComponentDescriptor * | creator () |
| Creator function to be registered with DtSimComponentDescriptorFactory. | |
Protected Attributes | |
| DtRwReal | myDragCoefficient |
| DtFallingFromSkyActuatorDescriptor::DtFallingFromSkyActuatorDescriptor | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
real constructor
| DtFallingFromSkyActuatorDescriptor::DtFallingFromSkyActuatorDescriptor | ( | const DtFallingFromSkyActuatorDescriptor & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
All component descriptors must provide a valid copy constructor.
| virtual DtFallingFromSkyActuatorDescriptor::~DtFallingFromSkyActuatorDescriptor | ( | ) | [virtual] |
| DtFallingFromSkyActuatorDescriptor& DtFallingFromSkyActuatorDescriptor::operator= | ( | const DtFallingFromSkyActuatorDescriptor & | orig | ) |
All component descriptors must provide a valid assignment operator.
| virtual DtString DtFallingFromSkyActuatorDescriptor::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 DtActuatorComponentDescriptor.
| virtual DtComponentDescriptor* DtFallingFromSkyActuatorDescriptor::clone | ( | DtReaderWriterRegistry * | parentRegistry = 0 | ) | const [virtual] |
All component descriptors must provide a valid clone function.
Reimplemented from DtActuatorComponentDescriptor.
| virtual void DtFallingFromSkyActuatorDescriptor::setDragCoefficient | ( | double | dc | ) | [virtual] |
Provide an accessor and mutator for the parameter value.
| virtual double DtFallingFromSkyActuatorDescriptor::dragCoefficient | ( | ) | const [virtual] |
| static DtComponentDescriptor* DtFallingFromSkyActuatorDescriptor::creator | ( | ) | [static] |
Creator function to be registered with DtSimComponentDescriptorFactory.
Reimplemented from DtActuatorComponentDescriptor.