Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
zone::IRangeElementOrientation Class Referenceabstract

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().
 

Detailed Description

Interface to a filter element that allows user to filter based on the orientation of zone faces.


The documentation for this class was generated from the following file: