Itasca C++ Interface
|
A filter element specified as a geometric region inside a capped cylinder, defined by a segment [begin-end] of radius Rad2. 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. | |
Public Attributes | |
shared::Signal< const DVect & > | lowerBoundChanged |
shared::Signal< const DVect & > | upperBoundChanged |
shared::Signal< const DVect & > | toleranceChanged |
shared::Signal< const DVect & > | centerChanged |
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 a capped cylinder, defined by a segment [begin-end] of radius Rad2.
It can also represent a cylindrical annulus between two radii.
A filter element specified as a geometric region inside an axis aligned box.