VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
DtRwDeadReckonThresholds Class Reference

DtRwDeadReckonThresholds; readable, writeable representation of dead-reckoning thresholds. More...

Inheritance diagram for DtRwDeadReckonThresholds:
Inheritance graph
[legend]

List of all members.

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
DtRwDeadReckonThresholdsoperator= (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

Detailed Description

DtRwDeadReckonThresholds; readable, writeable representation of dead-reckoning thresholds.

DtRwDeadReckonThresholds is a readable, writeable container for dead-reckoning threshold parameters.


Constructor & Destructor Documentation

constructor

destructor

copy constructor


Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)