![]() |
VR-Forces 4.0.4 Class Documentation
|
Converter for seconds. More...

Public Member Functions | |
| DtSecondConverter () | |
| Default CTOR. | |
| virtual DtUnitConverter * | clone () const |
| Clone. | |
| virtual | ~DtSecondConverter () |
| Virtual DTOR. | |
| virtual double | secondsToLocal (double meters) const |
| Convert from seconds to local units. | |
| virtual double | localToSeconds (double local) const |
| Convert from local units to seconds. | |
Converter for seconds.
Essentially does nothing since it is converting between seconds and seconds.
Default CTOR.
| virtual makVrv::DtSecondConverter::~DtSecondConverter | ( | ) | [virtual] |
Virtual DTOR.
| virtual DtUnitConverter* makVrv::DtSecondConverter::clone | ( | ) | const [virtual] |
Clone.
Implements makVrv::DtUnitConverter.
| virtual double makVrv::DtSecondConverter::secondsToLocal | ( | double | meters | ) | const [virtual] |
Convert from seconds to local units.
Implements makVrv::DtTimeUnitConverter.
| virtual double makVrv::DtSecondConverter::localToSeconds | ( | double | local | ) | const [virtual] |
Convert from local units to seconds.
Implements makVrv::DtTimeUnitConverter.