Itasca C++ Interface
|
Interface to a filter element that allows user to filter based on the orientation of zone faces. More...
#include <irangeelementorientation.h>
Public Member Functions | |
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 | setTolerance (const double &d)=0 |
Sets the tolerance, emits signal toleranceChanged(). See getTolerance(). | |
virtual void | orientationChanged (const Orientation &o)=0 |
Signal emitted when a new orientation is set. See setOrientation(). | |
virtual void | toleranceChanged (const double &d)=0 |
Signal emitted when a new tolerance is set. See setTolerance(). | |
Static Public Attributes | |
static const TType | type_ = 0x4c815be8 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to a filter element that allows user to filter based on the orientation of zone faces.