| Itasca C++ Interface
    | 
Interface to a RangeElement of a geometry set, where you want objects within a certain distance to this geometry set. More...
#include <irangeelementgeometrydistance.h>
| Public Member Functions | |
| virtual IRangeElement * | getIRangeElement ()=0 | 
| Returns a pointer to itself. | |
| virtual StringSet | getNames () const =0 | 
| Returns the list of geometry sets associated with this filter element. | |
| virtual double | getDistance () const =0 | 
| Returns the distance to the geometry set. | |
| virtual void | setNames (const StringSet &ns)=0 | 
| Sets the geometry set list to the filter. | |
| virtual void | addName (const string &n)=0 | 
| Adds the geometry set list to the filter. | |
| virtual void | removeName (const string &n)=0 | 
| Removes the geometry set list to the filter. | |
| virtual void | setDistance (const double &distance)=0 | 
| Sets the distance to the geometry sets. | |
| Public Attributes | |
| shared::Signal< const StringSet & > | namesChanged | 
| shared::Signal< const string & > | nameAdded | 
| shared::Signal< const string & > | nameRemoved | 
| shared::Signal< double > | distanceChanged | 
| Static Public Attributes | |
| static const TType | type_ = 0x4f201f49 | 
| The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to a RangeElement of a geometry set, where you want objects within a certain distance to this geometry set.