| Itasca C++ Interface
    | 
Interface to a access the list of filter elements types registered with the engine. More...
#include <irangeelementregistry.h>
| Public Member Functions | |
| virtual int | getSize () const =0 | 
| Returns the number of distince RangeElement types registerd with the Range logic. | |
| virtual const IRangeElement * | getByIndex (int index) const =0 | 
| virtual const IRangeElement * | getByName (const string &name) const =0 | 
| Returns a registered IFilterELement matching name name, or 0 if no match. | |
Interface to a access the list of filter elements types registered with the engine.
| 
 | pure virtual | 
Returns a registered IFilterELement by index (index<getNumberRegistered()).
This can be cloned to create new Range elements.