Horizon
|
Iterator is not remove safe. More...
#include <rtree.h>
Public Member Functions | |
bool | IsNull () |
Is iterator invalid. | |
bool | IsNotNull () |
Is iterator pointing to valid data. | |
DATATYPE & | operator* () |
Access the current data element. Caller must be sure iterator is not NULL first. | |
const DATATYPE & | operator* () const |
Access the current data element. Caller must be sure iterator is not NULL first. | |
bool | operator++ () |
Find the next data element. | |
void | GetBounds (ELEMTYPE a_min[NUMDIMS], ELEMTYPE a_max[NUMDIMS]) |
Get the bounds for this node. | |
Friends | |
class | RTree |
Iterator is not remove safe.