7 #include <vlutil/vlString.h>
9 #include <vlpi/netStructs.h>
50 virtual int type()
const override;
56 virtual void setRotationThreshold(DtReal thresh);
58 virtual double rotationThreshold()
const;
61 virtual void setTranslationThreshold(DtReal thresh);
63 virtual double translationThreshold()
const;
68 virtual void setAggDimensionThreshold(DtReal thresh);
69 virtual double aggDimensionThreshold()
const;
72 virtual bool isRotationThresholdSpecified();
74 virtual bool isTranslationThresholdSpecified();
76 virtual bool isAggDimensionThresholdSpecified();
85 virtual bool setFromNet(
const char* contentBuffer,
unsigned contentSize)
override;
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
DtNetFloat64 myAggDimension
8 bytes
Definition: ifSetThresholds.h:17
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
DtNetU32 myPadding2
1 byte
Definition: ifSetThresholds.h:22
virtual int type() const =0
DtNetFloat64 myTranslation
Definition: ifSetThresholds.h:15
DtReal myAggDimension
Definition: ifSetThresholds.h:99
DtReal myRotation
Definition: ifSetThresholds.h:97
bool myRotationSpecified
Definition: ifSetThresholds.h:98
This is the FIXED length portion of a DtIfSetThresholds message content when placed on the network...
Definition: ifSetThresholds.h:13
virtual void printDataToString(DtString &str)
DtNetBoolean myPadding1
1 byte
Definition: ifSetThresholds.h:21
DtNetFloat64 myRotation
8 bytes
Definition: ifSetThresholds.h:16
Total: 32 bytes.
Definition: ifSetThresholds.h:34
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
DtNetBoolean myAggDimensionSpecified
1 byte
Definition: ifSetThresholds.h:20
DtNetBoolean myTranslationSpecified
8 bytes
Definition: ifSetThresholds.h:18
DtNetBoolean myRotationSpecified
1 byte
Definition: ifSetThresholds.h:19
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
bool myTranslationSpecified
Definition: ifSetThresholds.h:96
virtual DtSimInterfaceContent * clone() const =0
DtReal myTranslation
Definition: ifSetThresholds.h:95
bool myAggDimensionSpecified
Definition: ifSetThresholds.h:100