Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Static Public Attributes | List of all members
block::IRangeElementOrientation Class Referenceabstract

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 IRangeElementgetIRangeElement ()=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
 

Detailed Description

This interface provides access to orientation filters.

Member Function Documentation

◆ orientationChanged()

virtual void block::IRangeElementOrientation::orientationChanged ( const Orientation3 o)
pure virtual

signals signal orientation changed

Parameters
oorientation

◆ tolerance1Changed()

virtual void block::IRangeElementOrientation::tolerance1Changed ( const double &  d)
pure virtual

signal dip tolerance changed

Parameters
dtolerance

◆ tolerance2Changed()

virtual void block::IRangeElementOrientation::tolerance2Changed ( const double &  d)
pure virtual

signal dd tolerance changed

Parameters
dtolerance

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