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

Interface to a RangeElement of dfns, where you want objects within a certain distance to fractures in sets of dfns. More...

#include <irangeelementdfngen.h>

Signals

virtual void namesChanged (const QSet< QString > &ns)=0
 Signal emitted when the dfn list is changed.
 
virtual void nameAdded (const QString &n)=0
 Signal emitted when a dfn is added.
 
virtual void nameRemoved (const QString &n)=0
 Signal emitted when a dfn is removed.
 
virtual void distanceChanged (const double &dist)=0
 Signal emitted when the distance has changed.
 
virtual void orientationChanged (const double &orient)=0
 Signal emitted when the orientation tolerance has changed.
 
virtual void useOrientationChanged (bool b)=0
 Signal emitted when the 'use orientation' flag has changed.
 
virtual void useApertureChanged (bool b)=0
 Signal emitted when the use aperture flag has changed.
 
virtual void asContactChanged (bool b)=0
 Signal emitted when the 'as contact' flag has changed.
 

Public Member Functions

virtual IRangeElementgetIRangeElement ()=0
 Returns a pointer to itself.
 
virtual QSet< QString > getNames () const =0
 Returns the list of dfns associated with this filter element.
 
virtual double getDistance () const =0
 Returns the distance to the dfns.
 
virtual double getOrientation () const =0
 Returns the orientation tolerance to the dfns in degrees.
 
virtual bool getUseOrientation () const =0
 Return use orientation flag.
 
virtual bool getAsContact () const =0
 Return as contact flag.
 
virtual void setNames (const QSet< QString > &ns)=0
 Sets the dfn list.
 
virtual void addName (const QString &n)=0
 Adds a dfn to the filter.
 
virtual void removeName (const QString &n)=0
 Removes a dfn from this filter.
 
virtual void setDistance (const double &distance)=0
 Sets the distance to the dfn.
 
virtual void setOrientation (const double &orientation)=0
 Sets the orientation tolerance to the dfn in degrees.
 
virtual void setUseAperture (bool b)=0
 Sets the use aperture boolean.
 
virtual bool getUseAperture () const =0
 Returns the use aperture boolean.
 
virtual void setUseOrientation (bool b)=0
 Sets the use orientation boolean.
 
virtual void setAsContact (bool)=0
 Set as contact flag.
 

Static Public Attributes

static const TType type_ = 0x4fa96f71
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 

Detailed Description

Interface to a RangeElement of dfns, where you want objects within a certain distance to fractures in sets of dfns.


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