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);