14 shared::Signal<const StringSet &> namesChanged;
15 shared::Signal<const string &> nameAdded;
16 shared::Signal<const string &> 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;
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 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 StringSet getNames() const =0
Returns the list of geometry set associated with this range element.
virtual void setOdd(bool b)=0
All odd count numbers are considered in the range.
virtual void removeName(const string &n)=0
Removes the geometry set list to the range.
virtual void setDirection(const DVect &direct)=0
Sets the direction to the range.
virtual void setNames(const StringSet &ns)=0
Sets the geometry set list 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)
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)
virtual void addName(const string &n)=0
Adds the geometry set list to the range.
Interface to a filter element, which is a member of a IRange..
Definition irangeelement.h:18
uint32 TType
class type indicator
Definition basedef.h:47
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:156
Interface to a filter element, which is a member of a IRange.
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6