Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Static Public Attributes | List of all members
itascaxd::IRangeElementPosition Class Referenceabstract

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

Detailed Description

A filter element specified as a geometric region inside an axis aligned box.


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