![]() |
VR-Forces 4.0.4 Class Documentation
|
DtRwDeadReckonThresholds; readable, writeable representation of dead-reckoning thresholds. More...

Public Member Functions | |
| DtRwDeadReckonThresholds (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| virtual | ~DtRwDeadReckonThresholds () |
| destructor | |
| DtRwDeadReckonThresholds (const DtString &name, const DtRwDeadReckonThresholds &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtRwDeadReckonThresholds & | operator= (const DtRwDeadReckonThresholds &orig) |
| assignment operator | |
| virtual void | setTranlationThreshold (double threshold) |
| Translation threshold in meters. | |
| virtual double | translationThreshold () const |
| Translation threshold in meters. | |
| virtual void | setRotationThreshold (double threshold) |
| Rotation threshold in degrees. | |
| virtual double | rotationThreshold () const |
| Rotation threshold in degrees. | |
| virtual void | setAggregateDimensionThreshold (double threshold) |
| Aggregate dimension threshold. | |
| virtual double | aggregateDimensionThreshold () const |
| Aggregate dimension threshold. | |
Protected Attributes | |
| DtRwReal | myTransThresh |
| DtRwReal | myRotThresh |
| DtRwReal | myAggDimThresh |
DtRwDeadReckonThresholds; readable, writeable representation of dead-reckoning thresholds.
DtRwDeadReckonThresholds is a readable, writeable container for dead-reckoning threshold parameters.
| DtRwDeadReckonThresholds::DtRwDeadReckonThresholds | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| virtual DtRwDeadReckonThresholds::~DtRwDeadReckonThresholds | ( | ) | [virtual] |
destructor
| DtRwDeadReckonThresholds::DtRwDeadReckonThresholds | ( | const DtString & | name, |
| const DtRwDeadReckonThresholds & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| DtRwDeadReckonThresholds& DtRwDeadReckonThresholds::operator= | ( | const DtRwDeadReckonThresholds & | orig | ) |
assignment operator
| virtual void DtRwDeadReckonThresholds::setTranlationThreshold | ( | double | threshold | ) | [virtual] |
Translation threshold in meters.
Default value is 1.0 meter.
| virtual double DtRwDeadReckonThresholds::translationThreshold | ( | ) | const [virtual] |
Translation threshold in meters.
Default value is 1.0 meter.
| virtual void DtRwDeadReckonThresholds::setRotationThreshold | ( | double | threshold | ) | [virtual] |
Rotation threshold in degrees.
Default value is 3.0 degrees.
| virtual double DtRwDeadReckonThresholds::rotationThreshold | ( | ) | const [virtual] |
Rotation threshold in degrees.
Default value is 3.0 degrees.
| virtual void DtRwDeadReckonThresholds::setAggregateDimensionThreshold | ( | double | threshold | ) | [virtual] |
Aggregate dimension threshold.
threshold is a number between 0 and 1, indicating the percentage change that an aggregate dimension can undergo before causing an update to be generated. Applies only to aggregate entities. Default value is 0.05.
| virtual double DtRwDeadReckonThresholds::aggregateDimensionThreshold | ( | ) | const [virtual] |
Aggregate dimension threshold.
threshold is a number between 0 and 1, indicating the percentage change that an aggregate dimension can undergo before causing an update to be generated. Applies only to aggregate entities. Default value is 0.05.
DtRwReal DtRwDeadReckonThresholds::myTransThresh [protected] |
DtRwReal DtRwDeadReckonThresholds::myRotThresh [protected] |
DtRwReal DtRwDeadReckonThresholds::myAggDimThresh [protected] |