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

Public Member Functions | |
| DtLaserSpotData () | |
| DtLaserSpotData (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtLaserSpotData (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtLaserSpotData (const DtLaserSpotData &target, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtLaserSpotData & | operator= (const DtLaserSpotData &d) |
| ~DtLaserSpotData () | |
| void | setDistance (double d) |
| double | distance () const |
| void | setAzimuth (double a) |
| double | azimuth () const |
Protected Attributes | |
| DtRwReal | myDistance |
| DtRwReal | myAzimuth |
| DtLaserSpotData::DtLaserSpotData | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtLaserSpotData::DtLaserSpotData | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtLaserSpotData::DtLaserSpotData | ( | const DtLaserSpotData & | target, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtLaserSpotData& DtLaserSpotData::operator= | ( | const DtLaserSpotData & | d | ) |
| void DtLaserSpotData::setDistance | ( | double | d | ) |
| double DtLaserSpotData::distance | ( | ) | const |
| void DtLaserSpotData::setAzimuth | ( | double | a | ) |
| double DtLaserSpotData::azimuth | ( | ) | const |
DtRwReal DtLaserSpotData::myDistance [protected] |
DtRwReal DtLaserSpotData::myAzimuth [protected] |