Itasca C++ Interface
|
A filter element specified as a geometric region inside an axis aligned box. More...
#include <irangeelementtype.h>
Public Member Functions | |
virtual DVect | getLowerBound () const =0 |
Returns the lower bound. | |
virtual DVect | getUpperBound () const =0 |
Returns the upper bound. | |
virtual DVect | getTolerance () const =0 |
Returns the tolerance. | |
virtual DVect | getCenter () const =0 |
Returns the center. | |
virtual void | setLowerBound (const DVect &v)=0 |
Sets the lower bound. | |
virtual void | setUpperBound (const DVect &v)=0 |
Sets the upper bound. | |
virtual void | setTolerance (const DVect &v)=0 |
Sets the tolernace. | |
virtual void | setCenter (const DVect &v)=0 |
Sets the center. | |
virtual IRangeElement * | getIRangeElement ()=0 |
Returns a pointer to the IRangeElement object. | |
virtual void | lowerBoundChanged (const DVect &dv)=0 |
Signal emitted when the lower bound has changed. | |
virtual void | upperBoundChanged (const DVect &dv)=0 |
Signal emitted when the upper bound has changed. | |
virtual void | toleranceChanged (const DVect &dv)=0 |
Signal emitted when the tolerance has changed. | |
virtual void | centerChanged (const DVect &dv)=0 |
Signal emitted when the center bound has changed. | |
Static Public Attributes | |
static const TType | type_ = 0x57222304 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
A filter element specified as a geometric region inside an axis aligned box.