44 virtual void setTranlationThreshold(
double threshold);
45 virtual double translationThreshold()
const;
50 virtual void setRotationThreshold(
double threshold);
51 virtual double rotationThreshold()
const;
59 virtual void setAggregateDimensionThreshold(
double threshold);
60 virtual double aggregateDimensionThreshold()
const;
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtRwReal myAggDimThresh
Definition: rwDeadReckonThresholds.h:74
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DtRwReal myTransThresh
Definition: rwDeadReckonThresholds.h:72
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myRotThresh
Definition: rwDeadReckonThresholds.h:73
const char DtRwDeadReckonThresholdsType[]
DtRwDeadReckonThresholds; readable, writeable representation of dead-reckoning thresholds.
Definition: rwDeadReckonThresholds.h:20
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Definition: rwDeadReckonThresholds.h:23
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator