24 static const UInt orientationNotice_ = 10;
26 static const UInt tol1Notice_ = 11;
28 static const UInt tol2Notice_ = 12;
70 inline static const TType type_ = 0x4c8fe5bf;
72 virtual Int getFirst()
const=0;
74 virtual Int getSecond()
const=0;
79 virtual void setFirst(
Int i)=0;
82 virtual void setSecond(
Int i)=0;
85 virtual void firstChanged(
int i)=0;
88 virtual void secondChanged(
int i)=0;
Interface to a filter element, which is a member of a IRange.
virtual Double getDipTolerance() const =0
returns dip tolerance
virtual void setNormalTolerance(double d)=0
sets orientation filter normal tolerance
virtual void orientationChanged(const Orientation3 &o)=0
virtual void setDipTolerance(double d)=0
sets orientation filter dip tolerance
Definition: irangeelementorientation.h:6
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition: irangeelementsurface.h:18
virtual void tolerance1Changed(double d)=0
Interface to a filter element, which is a member of a IRange..
Definition: irangeelement.h:18
int Int
signed 32 bit
Definition: basedef.h:30
IRangeElement for RangeElementMaterialIntersection.
Definition: irangeelement3dec.h:66
unsigned int UInt
unsigned 32 bit
Definition: basedef.h:31
virtual Double getNormalTolerance() const =0
returns normal tolerance
virtual Orientation3 getOrientation() const =0
returns orientation object
virtual Double getDipDirectionTolerance() const =0
eturns dip direction tolerance
Class for storing an "orientation", or a direction in 2D or 3D space.
Definition: orientation.h:94
unsigned int TType
class type indicator
Definition: basedef.h:41
virtual void setDipDirectionTolerance(double d)=0
sets orientation filter dip direction tolerance
virtual IRangeElement * getIRangeElement()=0
returns pointer to filter element
Itasca Library standard namespace, specific to 2D or 3D.
Definition: icontactmodule.h:4
virtual void tolerance2Changed(double d)=0
Interface to a filter element that allows user to filter based on connection to a "surface" of the zo...
Definition: irangeelementsurface.h:15
virtual void setOrientation(const Orientation3 &o)=0
sets orientation filter element
double Double
64 bit floating point
Definition: basedef.h:40
static const TType type_
type code
Definition: irangeelementorientation.h:9