OpenVDB 11.0.0
Loading...
Searching...
No Matches
LeafNode< ValueMask >::ValueIterator Class Reference

Visits all values in a leaf node, i.e. both active and inactive values. More...

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 ValueIterator ()
 
 ValueIterator (const LeafNode *parent)
 
ValueIteratoroperator= (const ValueIterator &)=default
 
bool operator* () const
 
Coord getCoord () const
 
bool isActive () const
 
 operator bool () const
 
ValueIteratoroperator++ ()
 
ValueIterator operator++ (int)
 

Detailed Description

Visits all values in a leaf node, i.e. both active and inactive values.

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

ValueIterator ( )
inline

◆ ValueIterator() [2/2]

ValueIterator ( const LeafNode< ValueMask > * parent)
inline

Member Function Documentation

◆ getCoord()

Coord getCoord ( ) const
inline

◆ isActive()

bool isActive ( ) const
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator*()

bool operator* ( ) const
inline

◆ operator++() [1/2]

ValueIterator & operator++ ( )
inline

◆ operator++() [2/2]

ValueIterator operator++ ( int )
inline

◆ operator=()

ValueIterator & operator= ( const ValueIterator & )
default