![]() |
VR-Forces 4.0.4 Class Documentation
|
Dead reckoning settings used by the performance options dialog to set dead reckoning values for entities that allow gui overrides. More...

Public Member Functions | |
| DtDeadReckoningSettings () | |
| Default constructor, required for deserialization. | |
| DtDeadReckoningSettings (std::string name) | |
| Constructor. | |
| DtDeadReckoningSettings (std::string name, double translationThreshold, double rotationThreshold) | |
| Constructor. | |
| DtDeadReckoningSettings (const DtDeadReckoningSettings &orig) | |
| Copy constructor. | |
| virtual bool | operator== (const DtSettingsObject &other) const |
| Equality operator. | |
| virtual bool | operator!= (const DtSettingsObject &other) const |
| Inequality operator. | |
| virtual DtSettingsObject * | clone () const |
| Clone operator, returns a new settings which is a copy of this one. | |
| virtual bool | setFrom (const DtSettingsObject *other) |
| double | translationThreshold () const |
| Translation Threshold specified in meters. | |
| void | setTranslationThreshold (double threshold) |
| Translation Threshold specified in meters. | |
| double | rotationThreshold () const |
| Rotation Threshold specified in degrees. | |
| void | setRotationThreshold (double threshold) |
| Rotation Threshold specified in degrees. | |
Static Public Member Functions | |
| static DtSettingsObject * | create (DtSettingsObjectCreationParams ¶ms) |
| Creator. | |
Protected Attributes | |
| double | myTranslationThreshold |
| double | myRotationThreshold |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
| Serialization support. | |
Friends | |
| class | boost::serialization::access |
Dead reckoning settings used by the performance options dialog to set dead reckoning values for entities that allow gui overrides.
Note this object does not set the aggregate dimension threshold.
Default constructor, required for deserialization.
| DtDeadReckoningSettings::DtDeadReckoningSettings | ( | std::string | name | ) |
Constructor.
| DtDeadReckoningSettings::DtDeadReckoningSettings | ( | std::string | name, |
| double | translationThreshold, | ||
| double | rotationThreshold | ||
| ) |
Constructor.
Copy constructor.
| virtual bool DtDeadReckoningSettings::operator== | ( | const DtSettingsObject & | other | ) | const [virtual] |
Equality operator.
Reimplemented from DtSettingsObject.
| virtual bool DtDeadReckoningSettings::operator!= | ( | const DtSettingsObject & | other | ) | const [virtual] |
Inequality operator.
Reimplemented from DtSettingsObject.
| virtual DtSettingsObject* DtDeadReckoningSettings::clone | ( | ) | const [virtual] |
Clone operator, returns a new settings which is a copy of this one.
Implements DtSettingsObject.
| virtual bool DtDeadReckoningSettings::setFrom | ( | const DtSettingsObject * | other | ) | [virtual] |
Reimplemented from DtSettingsObject.
| static DtSettingsObject* DtDeadReckoningSettings::create | ( | DtSettingsObjectCreationParams & | params | ) | [static] |
Creator.
| double DtDeadReckoningSettings::translationThreshold | ( | ) | const |
Translation Threshold specified in meters.
| void DtDeadReckoningSettings::setTranslationThreshold | ( | double | threshold | ) |
Translation Threshold specified in meters.
| double DtDeadReckoningSettings::rotationThreshold | ( | ) | const |
Rotation Threshold specified in degrees.
| void DtDeadReckoningSettings::setRotationThreshold | ( | double | threshold | ) |
Rotation Threshold specified in degrees.
| void DtDeadReckoningSettings::serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) | [inline, private] |
Serialization support.
Reimplemented from DtSettingsObject.
friend class boost::serialization::access [friend] |
Reimplemented from DtSettingsObject.
double DtDeadReckoningSettings::myTranslationThreshold [protected] |
double DtDeadReckoningSettings::myRotationThreshold [protected] |