HDK
|
Visits all values in a leaf node, i.e. both active and inactive values. More...
#include <GridBuilder.h>
Public Member Functions | |
ValueIterator () | |
ValueIterator (const LeafNode *parent) | |
ValueIterator & | operator= (const ValueIterator &)=default |
ValueType | operator* () const |
Coord | getCoord () const |
bool | isActive () const |
operator bool () const | |
ValueIterator & | operator++ () |
ValueIterator | operator++ (int) |
Visits all values in a leaf node, i.e. both active and inactive values.
Definition at line 1151 of file GridBuilder.h.
|
inline |
Definition at line 1156 of file GridBuilder.h.
|
inline |
Definition at line 1157 of file GridBuilder.h.
|
inline |
Definition at line 1160 of file GridBuilder.h.
|
inline |
Definition at line 1161 of file GridBuilder.h.
|
inline |
Definition at line 1162 of file GridBuilder.h.
|
inline |
Definition at line 1159 of file GridBuilder.h.
|
inline |
Definition at line 1163 of file GridBuilder.h.
|
inline |
Definition at line 1164 of file GridBuilder.h.
|
default |