IIndexHelper Class Referenceabstract

Helper class for traversing a IndexMap object in multiple stages. More...

#include "IIndexHelperSet.hpp"

+ Inheritance diagram for IIndexHelper:

Public Member Functions

virtual IIndexHelperclone () const =0
 
virtual int id () const =0
 corresponding class id
 
virtual int64_t counter () const =0
 number of points/object that have been traversed in this class
 
virtual int64_t index () const =0
 next index for the corresponding IndexMap object that has to be considered
 
- Public Member Functions inherited from ObjectBase
virtual void Delete ()
 

Detailed Description

Helper class for traversing a IndexMap object in multiple stages.