![]() |
VR-Forces 4.7 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) |
| double | rotationThreshold () const |
| Rotation Threshold specified in degrees. | |
| void | setRotationThreshold (double threshold) |
Public Member Functions inherited from DtSettingsObject | |
| DtSettingsObject () | |
| DtSettingsObject (std::string name) | |
| DtSettingsObject (const DtSettingsObject &orig) | |
| virtual void | operator= (const DtSettingsObject &orig) |
| virtual std::string | name () const |
Static Public Member Functions | |
| static DtSettingsObject * | create (DtSettingsObjectCreationParams ¶ms) |
| Creator. | |
Protected Attributes | |
| double | myTranslationThreshold |
| double | myRotationThreshold |
Protected Attributes inherited from DtSettingsObject | |
| std::string | myName |
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.
| DtDeadReckoningSettings::DtDeadReckoningSettings | ( | ) |
Default constructor, required for deserialization.
| DtDeadReckoningSettings::DtDeadReckoningSettings | ( | std::string | name | ) |
Constructor.
| DtDeadReckoningSettings::DtDeadReckoningSettings | ( | std::string | name, |
| double | translationThreshold, | ||
| double | rotationThreshold | ||
| ) |
Constructor.
| DtDeadReckoningSettings::DtDeadReckoningSettings | ( | const DtDeadReckoningSettings & | orig | ) |
Copy constructor.
|
virtual |
Equality operator.
Reimplemented from DtSettingsObject.
|
virtual |
Inequality operator.
Reimplemented from DtSettingsObject.
|
virtual |
Clone operator, returns a new settings which is a copy of this one.
Implements DtSettingsObject.
|
virtual |
Reimplemented from DtSettingsObject.
|
static |
Creator.
| double DtDeadReckoningSettings::translationThreshold | ( | ) | const |
Translation Threshold specified in meters.
| void DtDeadReckoningSettings::setTranslationThreshold | ( | double | threshold | ) |
| double DtDeadReckoningSettings::rotationThreshold | ( | ) | const |
Rotation Threshold specified in degrees.
| void DtDeadReckoningSettings::setRotationThreshold | ( | double | threshold | ) |
|
inlineprivate |
Serialization support.
|
friend |
|
protected |
|
protected |