|
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 QSet< QString > | 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 QSet< QString > &ns)=0 |
| Sets the geometry set list to the filter. | |
| virtual void | addName (const QString &n)=0 |
| Adds the geometry set list to the filter. | |
| virtual void | removeName (const QString &n)=0 |
| Removes the geometry set list to the filter. | |
| virtual void | setDistance (const double &distance)=0 |
| Sets the distance to the geometry sets. | |
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.