Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
itascaxd::IRangeElementGeometryDistance Class Referenceabstract

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

Public Attributes

shared::Signal< const QSet< QString > & > namesChanged
 
shared::Signal< const QString & > nameAdded
 
shared::Signal< const QString & > 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().
 

Detailed Description

Interface to a RangeElement of a geometry set, where you want objects within a certain distance to this geometry set.


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