| Itasca C++ Interface
    | 
Interface to a RangeElement of dfns, where you want objects within a certain distance to fractures in sets of dfns. 
  
 More...
#include <irangeelementdfngen.h>
| Public Member Functions | |
| virtual IRangeElement * | getIRangeElement ()=0 | 
| Returns a pointer to itself. | |
| virtual StringSet | 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 StringSet &ns)=0 | 
| Sets the dfn list. | |
| virtual void | addName (const string &n)=0 | 
| Adds a dfn to the filter. | |
| virtual void | removeName (const string &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(). | |
Interface to a RangeElement of dfns, where you want objects within a certain distance to fractures in sets of dfns.