Definition irangeelementorientation.h:6
virtual void toleranceChanged(const double &d)=0
Signal emitted when a new tolerance is set. See setTolerance().
virtual Orientation getOrientation() const =0
Returns the orientation, see setOrientation().
virtual double getTolerance() const =0
Returns the tolerance (radians) that the face normal will be checked against the orientation normal.
virtual void setOrientation(const Orientation &o)=0
Sets a new orientation, emits the sigmal getOrientation(). See getOrientation().
virtual void orientationChanged(const Orientation &o)=0
Signal emitted when a new orientation is set. See setOrientation().
virtual void setTolerance(const double &d)=0
Sets the tolerance, emits signal toleranceChanged(). See getTolerance().
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition irangeelementorientation.h:20
uint32 TType
class type indicator
Definition basedef.h:47
#define itascaxd
Expands to itasca2d in 2D, itasca3d in 3D, for use as a namespace name....
Definition dim.h:181
Orientation3 Orientation
Class for storing an "orientation", or a direction in space, either 2D or 3D.
Definition dim.h:168
Interface to a filter element, which is a member of a IRange.