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 UInt | orientationNotice_ = 10 |
orientation notice code | |
static const UInt | tol1Notice_ = 11 |
dip tolerance change code | |
static const UInt | 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 |