![]() |
VR-Forces 4.10 Class Documentation
|
Converter that will convert to/from DtRwReal for heading formatting. More...

Public Member Functions | |
| virtual DtString | stringRep (const DtReaderWriter *) const |
| Returns string representation. More... | |
Public Member Functions inherited from DtScriptedTaskRwRealVariableConverter | |
| virtual DtReaderWriter * | toRwPtr (const DtScriptedTaskVariable &) const |
| Converts from the given scripted task variable to a DtReaderWriter variable that represents it. More... | |
| virtual std::string | fromRwPtr (const DtReaderWriter *) const |
| Converts from the reader/writer variable to a std::string that will be used as the default value for converting scripted task variable. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DtScriptedTaskVariableConverter | |
| static DtString | formatOffset (const DtVector &loc) |
| Common formatting routines. More... | |
| static DtString | formatTime (int time) |
| static DtString | formatDateTime (time_t time) |
| static DtString | formatLocation (const DtVector &loc) |
| static DtString | formatSphere (const DtSphere &loc) |
| static DtString | formatDistance (double d) |
| static DtString | formatHeading (double d) |
| static DtString | formatRate (double d) |
| static DtString | formatAltitudeRate (double d) |
| static DtString | formatTurnRate (double d) |
Converter that will convert to/from DtRwReal for heading formatting.
|
virtual |
Returns string representation.
Reimplemented from DtScriptedTaskRwRealVariableConverter.