#include <LeafNodeBool.h>
Inherits SparseIteratorBase< MaskIterT, ValueIter< MaskIterT, NodeT, ValueT >, NodeT, ValueT >.
Public Member Functions |
| ValueIter () |
| ValueIter (const MaskIterT &iter, NodeT *parent) |
const bool & | getItem (Index pos) const |
| Return the item at the given index in the parent node's table.
|
const bool & | getValue () const |
| Return the item to which this iterator is pointing.
|
void | setItem (Index pos, bool value) const |
void | setValue (bool value) const |
void | setItem (Index, const ValueT &) const |
| Set the value of the item at the given index in the parent node's table.
|
ValueT & | operator* () const |
| Return a reference to the item to which this iterator is pointing.
|
ValueT * | operator-> () const |
| Return a pointer to the item to which this iterator is pointing.
|
void | setValue (const ValueT &value) const |
| Set the value of the item to which this iterator is pointing. (Not valid for const iterators.)
|
bool | operator== (const IteratorBase &other) const |
bool | operator!= (const IteratorBase &other) const |
NodeT * | getParentNode () const |
| Return a pointer to the node (if any) over which this iterator is iterating.
|
NodeT & | parent () const |
| Return a reference to the node over which this iterator is iterating.
|
Index | offset () const |
| Return this iterator's position as an index into the parent node's table.
|
Index | pos () const |
| Identical to offset.
|
bool | test () const |
| Return true if this iterator is not yet exhausted.
|
| operator bool () const |
| Return true if this iterator is not yet exhausted.
|
bool | next () |
| Advance to the next item in the parent node's table.
|
void | increment () |
| Advance to the next item in the parent node's table.
|
void | increment (Index n) |
| Advance n items in the parent node's table.
|
IteratorBase & | operator++ () |
| Advance to the next item in the parent node's table.
|
bool | isValueOn () const |
| Return true if this iterator is pointing to an active value. Return false if it is pointing to either an inactive value or a child node.
|
void | setValueOn (bool on=true) const |
| If this iterator is pointing to a value, set the value's active state. Otherwise, do nothing.
|
void | setValueOff () const |
| If this iterator is pointing to a value, mark the value as inactive.
|
Coord | getCoord () const |
| Return the coordinates of the item to which this iterator is pointing.
|
void | getCoord (Coord &xyz) const |
| Return in xyz the coordinates of the item to which this iterator is pointing.
|
Member Typedef Documentation
Constructor & Destructor Documentation
ValueIter |
( |
const MaskIterT & |
iter, |
|
|
NodeT * |
parent |
|
) |
| |
|
inline |
Member Function Documentation
Return the coordinates of the item to which this iterator is pointing.
void getCoord |
( |
Coord & |
xyz | ) |
const |
|
inlineinherited |
Return in xyz the coordinates of the item to which this iterator is pointing.
const bool& getItem |
( |
Index |
| ) |
const |
|
inline |
NodeT* getParentNode |
( |
| ) |
const |
|
inlineinherited |
Return a pointer to the node (if any) over which this iterator is iterating.
const bool& getValue |
( |
| ) |
const |
|
inline |
Advance to the next item in the parent node's table.
void increment |
( |
Index |
n | ) |
|
|
inlineinherited |
Advance n items in the parent node's table.
Return true
if this iterator is pointing to an active value. Return false
if it is pointing to either an inactive value or a child node.
Advance to the next item in the parent node's table.
Return this iterator's position as an index into the parent node's table.
Return true
if this iterator is not yet exhausted.
bool operator!= |
( |
const IteratorBase< MaskIterT, NodeT > & |
other | ) |
const |
|
inlineinherited |
ValueT & operator* |
( |
| ) |
const |
|
inlineinherited |
Return a reference to the item to which this iterator is pointing.
Advance to the next item in the parent node's table.
ValueT * operator-> |
( |
| ) |
const |
|
inlineinherited |
Return a pointer to the item to which this iterator is pointing.
bool operator== |
( |
const IteratorBase< MaskIterT, NodeT > & |
other | ) |
const |
|
inlineinherited |
Return a reference to the node over which this iterator is iterating.
- Exceptions
-
void setItem |
( |
Index |
, |
|
|
const ValueT & |
|
|
) |
| const |
|
inherited |
Set the value of the item at the given index in the parent node's table.
- Note
- All non-const iterator subclasses must implement this accessor.
void setItem |
( |
Index |
pos, |
|
|
bool |
value |
|
) |
| const |
|
inline |
void setValue |
( |
const ValueT & |
value | ) |
const |
|
inlineinherited |
Set the value of the item to which this iterator is pointing. (Not valid for const iterators.)
void setValue |
( |
bool |
value | ) |
const |
|
inline |
void setValueOff |
( |
| ) |
const |
|
inlineinherited |
If this iterator is pointing to a value, mark the value as inactive.
If this iterator is pointing to a child node, then the current item in the parent node's table is required to be inactive. In that case, this method has no effect.
void setValueOn |
( |
bool |
on = true | ) |
const |
|
inlineinherited |
If this iterator is pointing to a value, set the value's active state. Otherwise, do nothing.
Return true
if this iterator is not yet exhausted.
Member Data Documentation
const bool IsDenseIterator |
|
staticinherited |
const bool IsSparseIterator |
|
staticinherited |
The documentation for this struct was generated from the following file: