14 shared::Signal<const QSet<QString> &> namesChanged;
15 shared::Signal<const QString &> nameAdded;
16 shared::Signal<const QString &> nameRemoved;
17 shared::Signal<int32> countChanged;
18 shared::Signal<const DVect &> directionChanged;
19 shared::Signal<bool> oddChanged;
20 shared::Signal<bool> evenChanged;
21 shared::Signal<bool> closedVolumeChanged;
22 shared::Signal<bool> outsideVolumeChanged;
43 virtual void setNames(
const QSet<QString> &ns)=0;
Interface to a RangeElement of a geometry set, where you want objects withion a certain space to this...
Definition irangeelementgeometryspace.h:9
virtual DVect getDirection() const =0
Returns the direction from the range.
virtual IRangeElement * getIRangeElement()=0
Returns a pointer to itsel.
virtual void addName(const QString &n)=0
Adds the geometry set list to the range.
virtual bool getOutsideVolume() const =0
Indicates mode intersection from outside with closed volume geom.set (inside volume)
virtual bool getOdd() const =0
Indicates all odd intersection counts match.
virtual QSet< QString > getNames() const =0
Returns the list of geometry set associated with this range element.
virtual void setNames(const QSet< QString > &ns)=0
Sets the geometry set list to the range.
virtual void setOdd(bool b)=0
All odd count numbers are considered in the range.
virtual void setDirection(const DVect &direct)=0
Sets the direction to the range.
virtual int getCount() const =0
Returns the intersection count that matches this filter.
virtual void setClosedVolume(bool b)=0
set mode intersection with closed volume geom.set (inside closed volume)
virtual void removeName(const QString &n)=0
Removes the geometry set list to the range.
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition irangeelementgeometryspace.h:12
virtual void setEven(bool b)=0
All even count numbers are considered in the range.
virtual bool getEven() const =0
Indicates all even intersection counts match.
virtual void setOutsideVolume(bool b)=0
set mode intersection with closed volume geom.set (outside closed volume)
virtual void setCount(int sr)=0
Sets the spaceranger to the range.
virtual bool getClosedVolume() const =0
Indicates mode intersection from inside with closed volume geom.set (inside volume)
Interface to a filter element, which is a member of a IRange..
Definition irangeelement.h:19
uint32 TType
class type indicator
Definition basedef.h:46
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:154
Interface to a filter element, which is a member of a IRange.
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4