![]() |
VR-Forces 4.10 Class Documentation
|
Total: 32 bytes. More...

Public Member Functions | |
| DtIfSetThresholds () | |
| default constructor More... | |
| DtIfSetThresholds (const DtIfSetThresholds &orig) | |
| copy constructor More... | |
| const DtIfSetThresholds & | operator= (const DtIfSetThresholds &orig) |
| assignment operator More... | |
| virtual | ~DtIfSetThresholds () |
| virtual int | type () const |
| Returns the type of Interface Content; DtSetFrameModeMessageType. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| Creates of copy of this object. More... | |
| virtual void | setRotationThreshold (DtReal thresh) |
| Set rotation threshold in radians. More... | |
| virtual double | rotationThreshold () const |
| Get rotation threshold in radians. More... | |
| virtual void | setTranslationThreshold (DtReal thresh) |
| Set translation threshold in meters. More... | |
| virtual double | translationThreshold () const |
| Get translation threshold in meters. More... | |
| virtual void | setAggDimensionThreshold (DtReal thresh) |
| Set/Get aggregate dimension threshold. More... | |
| virtual double | aggDimensionThreshold () const |
| virtual bool | isRotationThresholdSpecified () |
| Accessor for the rotation value specified flag. More... | |
| virtual bool | isTranslationThresholdSpecified () |
| Accessor for the translation value specified flag. More... | |
| virtual bool | isAggDimensionThresholdSpecified () |
| Accessor for the aggregate dimension value specified flag. More... | |
| virtual void | printDataToString (DtString &str) |
| Pretty prints the threshold information to the str. More... | |
| virtual int | netRepSize () const |
| Returns the size of DtNetIfSetThresholds. More... | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Sets the member data from the contentBuffer. More... | |
| virtual bool | setToNet () |
| Writes the member data to myNetRep. More... | |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
| Returns a new DtIfSetThresholds. More... | |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtReal | myTranslation |
| bool | myTranslationSpecified |
| DtReal | myRotation |
| bool | myRotationSpecified |
| DtReal | myAggDimension |
| bool | myAggDimensionSpecified |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
Total: 32 bytes.
The DtIfSetThresholds message allows the default VR-Link thresholding values to be set. The DtVrfObjectManager registers for this message and makes the appropriate VR-Link calls documented in section 5.5.6. "Setting Position and Orientation Thresholds" of the VR-Link Developer's Guide.
Content-Type: DtSetThresholdsMessageType
| DtIfSetThresholds::DtIfSetThresholds | ( | ) |
default constructor
| DtIfSetThresholds::DtIfSetThresholds | ( | const DtIfSetThresholds & | orig | ) |
copy constructor
|
virtual |
| const DtIfSetThresholds& DtIfSetThresholds::operator= | ( | const DtIfSetThresholds & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content; DtSetFrameModeMessageType.
Implements DtSimInterfaceContent.
|
virtual |
Creates of copy of this object.
Implements DtSimInterfaceContent.
|
virtual |
Set rotation threshold in radians.
|
virtual |
Get rotation threshold in radians.
|
virtual |
Set translation threshold in meters.
|
virtual |
Get translation threshold in meters.
|
virtual |
Set/Get aggregate dimension threshold.
Thresh is a number between 0 and 1, indicating the percentage change that an aggregate dimension can undergo before causing an update to be generated.
|
virtual |
|
virtual |
Accessor for the rotation value specified flag.
|
virtual |
Accessor for the translation value specified flag.
|
virtual |
Accessor for the aggregate dimension value specified flag.
|
virtual |
Pretty prints the threshold information to the str.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Returns the size of DtNetIfSetThresholds.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Sets the member data from the contentBuffer.
Reimplemented from DtSimInterfaceContent.
|
virtual |
Writes the member data to myNetRep.
Reimplemented from DtSimInterfaceContent.
|
static |
Returns a new DtIfSetThresholds.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |