Itasca C++ Interface
|
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 (double d)=0 |
sets orientation filter normal tolerance | |
virtual void | setDipTolerance (double d)=0 |
sets orientation filter dip tolerance | |
virtual void | setDipDirectionTolerance (double d)=0 |
sets orientation filter dip direction tolerance | |
Public Attributes | |
shared::Signal< const Orientation3 & > | orientationChanged |
shared::Signal< double > | tolerance1Changed |
shared::Signal< double > | tolerance2Changed |
Static Public Attributes | |
static const TType | type_ = 0x4c8f35be |
type code | |