#include <openvdb/tree/LeafNode.h>
 
  
| Public Types | |
| using | BaseT = DenseIteratorBase<MaskDenseIterator, DenseIter, NodeT, void, ValueT> | 
| using | NonConstValueT = typename BaseT::NonConstValueType | 
| using | NodeType | 
| using | ValueType | 
| using | ChildNodeType | 
| using | NonConstNodeType | 
| using | NonConstValueType | 
| using | NonConstChildNodeType | 
| Public Member Functions | |
| DenseIter () | |
| DenseIter (const MaskDenseIterator &iter, NodeT *parent) | |
| bool | getItem (Index pos, void *&child, NonConstValueT &value) const | 
| void | unsetItem (Index pos, const ValueT &value) const | 
| void | setItem (Index, void *) const | 
| Set the value of the item at the given index in the parent node's table. | |
| bool | isChildNode () const | 
| Return trueif this iterator is pointing to a child node. | |
| void * | probeChild (NonConstValueType &value) const | 
| If this iterator is pointing to a child node, return a pointer to the node. Otherwise, return nullptr and, in value, the value to which this iterator is pointing. | |
| bool | probeChild (void *&child, NonConstValueType &value) const | 
| If this iterator is pointing to a child node, return trueand return a pointer to the child node in child. Otherwise, returnfalseand return the value to which this iterator is pointing in value. | |
| bool | probeValue (NonConstValueType &value) const | 
| Return trueif this iterator is pointing to a value and return the value in value. Otherwise, returnfalse. | |
| void | setChild (void *child) const | 
| Replace with the given child node the item in the parent node's table to which this iterator is pointing. | |
| void | setValue (const ValueT &value) const | 
| Replace with the given value the item in the parent node's table to which this iterator is pointing. | |
| 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 trueif this iterator is not yet exhausted. | |
| operator bool () const | |
| Return trueif 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 trueif this iterator is pointing to an active value. Returnfalseif 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. | |
| Static Public Attributes | |
| static const bool | IsSparseIterator | 
| static const bool | IsDenseIterator | 
| using BaseT = DenseIteratorBase<MaskDenseIterator, DenseIter, NodeT, void, ValueT> | 
| 
 | inherited | 
| 
 | inherited | 
| 
 | inherited | 
| 
 | inherited | 
| using NonConstValueT = typename BaseT::NonConstValueType | 
| 
 | inherited | 
| 
 | inherited | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlineinherited | 
Return the coordinates of the item to which this iterator is pointing.
| 
 | inlineinherited | 
Return in xyz the coordinates of the item to which this iterator is pointing.
| 
 | inline | 
| 
 | inlineinherited | 
Return a pointer to the node (if any) over which this iterator is iterating.
| 
 | inlineinherited | 
Advance to the next item in the parent node's table.
| 
 | inlineinherited | 
Advance n items in the parent node's table.
| 
 | inlineinherited | 
Return true if this iterator is pointing to a child node. 
| 
 | inlineinherited | 
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. 
| 
 | inlineinherited | 
Advance to the next item in the parent node's table.
| 
 | inlineinherited | 
Return this iterator's position as an index into the parent node's table.
| 
 | inlineinherited | 
Return true if this iterator is not yet exhausted. 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
Advance to the next item in the parent node's table.
| 
 | inlineinherited | 
| 
 | inlineinherited | 
Return a reference to the node over which this iterator is iterating.
| ValueError | if there is no parent node. | 
| 
 | inlineinherited | 
Identical to offset.
| 
 | inlineinherited | 
If this iterator is pointing to a child node, return a pointer to the node. Otherwise, return nullptr and, in value, the value to which this iterator is pointing.
| 
 | inlineinherited | 
If this iterator is pointing to a child node, return true and return a pointer to the child node in child. Otherwise, return false and return the value to which this iterator is pointing in value. 
| 
 | inlineinherited | 
Return true if this iterator is pointing to a value and return the value in value. Otherwise, return false. 
| 
 | inlineinherited | 
Replace with the given child node the item in the parent node's table to which this iterator is pointing.
| 
 | inherited | 
Set the value of the item at the given index in the parent node's table.
| 
 | inlineinherited | 
Replace with the given value the item in the parent node's table to which this iterator is pointing.
| 
 | 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.
| 
 | inlineinherited | 
If this iterator is pointing to a value, set the value's active state. Otherwise, do nothing.
| 
 | inlineinherited | 
Return true if this iterator is not yet exhausted. 
| 
 | inline | 
| 
 | staticinherited | 
| 
 | staticinherited |