47 virtual inline void setLocThreshold(
double val );
48 virtual inline double locThreshold()
const;
55 virtual inline void setOriThreshold(
double val );
56 virtual inline double oriThreshold()
const;
virtual void setLocThreshold(double val)
Set/Query the value of the Location Update Threshold.
Definition: pointObjectEncoderDIS.h:80
Contains the DtPointObjectRepository class declaration.
Instances of DtPointObjectStatePdu are used to state information for synthetic environment objects...
Definition: pointObjectStatePdu.h:29
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual double oriThreshold() const
Set/Query the value of the Orientation Update Threshold.
Definition: pointObjectEncoderDIS.h:95
virtual void setOriThreshold(double val)
Set/Query the value of the Orientation Update Threshold.
Definition: pointObjectEncoderDIS.h:90
double myLocThresholdSquared
Definition: pointObjectEncoderDIS.h:75
Contains the DtPointObjectStatePdu class declaration.
The DtStateEncoder class provides a base class for all DIS encoders.
Definition: stateEncoder.h:33
DtPointObjectStatePdu myPdu
Definition: pointObjectEncoderDIS.h:74
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Provides encoding logic for the DtPointObjectStatePdu class.
Definition: pointObjectEncoderDIS.h:20
DtStateEncoder & operator=(const DtStateEncoder &orig)
Assignment operator.
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26
virtual double locThreshold() const
Set/Query the value of the Location Update Threshold.
Definition: pointObjectEncoderDIS.h:85
This file declares the DIS version of DtStateEncoder.
double myOriThresholdSquared
Definition: pointObjectEncoderDIS.h:76