|
Itasca C++ Interface
|
This interface provides access to orientation filters. More...
#include <irangeelement3dec.h>
Public Member Functions | |
| virtual Orientation3 | getOrientation () const =0 |
| returns orientation object | |
| virtual double | getNormalTolerance () const =0 |
| returns normal tolerance | |
| virtual double | getDipTolerance () const =0 |
| returns dip tolerance | |
| virtual double | getDipDirectionTolerance () const =0 |
| eturns dip direction tolerance | |
| virtual IRangeElement * | getIRangeElement ()=0 |
| returns pointer to filter element | |
| virtual void | setOrientation (const Orientation3 &o)=0 |
| sets orientation filter element | |
| virtual void | setNormalTolerance (const double &d)=0 |
| sets orientation filter normal tolerance | |
| virtual void | setDipTolerance (const double &d)=0 |
| sets orientation filter dip tolerance | |
| virtual void | setDipDirectionTolerance (const double &d)=0 |
| sets orientation filter dip direction tolerance | |
| virtual void | orientationChanged (const Orientation3 &o)=0 |
| virtual void | tolerance1Changed (const double &d)=0 |
| virtual void | tolerance2Changed (const double &d)=0 |
Static Public Attributes | |
| static const TType | type_ = 0x4c8f35be |
| type code | |
| static const uint32 | orientationNotice_ = 10 |
| orientation notice code | |
| static const uint32 | tol1Notice_ = 11 |
| dip tolerance change code | |
| static const uint32 | tol2Notice_ = 12 |
| dd tolerance | |
This interface provides access to orientation filters.
|
pure virtual |
signals signal orientation changed
| o | orientation |
|
pure virtual |
signal dip tolerance changed
| d | tolerance |
|
pure virtual |
signal dd tolerance changed
| d | tolerance |