| 
    Itasca C++ Interface
    
   | 
 
Interface to a filter element that allows user to filter based on a volume. More...
#include <irangeelementvolume.h>
Public Member Functions | |
| virtual IRangeElement * | getIRangeElement ()=0 | 
| Returns a pointer to itsel.  | |
| virtual uint64 | getID () const =0 | 
| Returns the ID of the volume, see setID()  | |
| virtual void | setID (uint64 id)=0 | 
| Sets the ID of the volume, see getID(). This function emits the signal idChanged()  | |
| virtual void | idChanged (uint64 id)=0 | 
| Signal emitted when the volume ID changes, see setID()  | |
Static Public Attributes | |
| static const TType | type_ = 0x4c815be4 | 
| The type identification number for this class, for use in convert_cast() and convert_getcast().  | |
Interface to a filter element that allows user to filter based on a volume.