40 virtual DtArealObjectStatePdu* stateMsg(
47 virtual inline void setLocThreshold(
double val );
48 virtual inline double locThreshold()
const;
66 DtArealObjectStatePdu myPdu;
67 double myLocThresholdSquared;
72 inline void DtArealObjectEncoder::setLocThreshold(
double val )
74 myLocThresholdSquared = val*val;
77 inline double DtArealObjectEncoder::locThreshold()
const
79 return sqrt( myLocThresholdSquared );