19 #ifndef DtIfSetThresholds_H_
20 #define DtIfSetThresholds_H_
22 #include <vlutil/vlString.h>
24 #include <vl/hostStructs.h>
66 virtual int type()
const;
72 virtual void setRotationThreshold(DtReal thresh);
74 virtual double rotationThreshold()
const;
77 virtual void setTranslationThreshold(DtReal thresh);
79 virtual double translationThreshold()
const;
84 virtual void setAggDimensionThreshold(DtReal thresh);
85 virtual double aggDimensionThreshold()
const;
88 virtual bool isRotationThresholdSpecified();
90 virtual bool isTranslationThresholdSpecified();
92 virtual bool isAggDimensionThresholdSpecified();
101 virtual bool setFromNet(
const char* contentBuffer,
102 unsigned contentSize);
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
DtNetFloat64 myAggDimension
8 bytes
Definition: ifSetThresholds.h:33
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:38
virtual int type() const =0
DtNetFloat64 myTranslation
Definition: ifSetThresholds.h:31
DtReal myAggDimension
Definition: ifSetThresholds.h:116
DtReal myRotation
Definition: ifSetThresholds.h:114
bool myRotationSpecified
Definition: ifSetThresholds.h:115
File: ifThresholds.h.
Definition: ifSetThresholds.h:29
virtual void printDataToString(DtString &str)
DtNetBoolean myPadding1
1 byte
Definition: ifSetThresholds.h:37
DtNetFloat64 myRotation
8 bytes
Definition: ifSetThresholds.h:32
Total: 32 bytes.
Definition: ifSetThresholds.h:50
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
DtNetBoolean myAggDimensionSpecified
1 byte
Definition: ifSetThresholds.h:36
DtNetBoolean myTranslationSpecified
8 bytes
Definition: ifSetThresholds.h:34
DtNetBoolean myRotationSpecified
1 byte
Definition: ifSetThresholds.h:35
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
bool myTranslationSpecified
Definition: ifSetThresholds.h:113
virtual DtSimInterfaceContent * clone() const =0
DtReal myTranslation
Definition: ifSetThresholds.h:112
bool myAggDimensionSpecified
Definition: ifSetThresholds.h:117