OpenVDB 11.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LeafNode< BuildT >::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
 
ValueType operator* () const
 
Coord getCoord () const
 
bool isActive () const
 
 operator bool () const
 
ValueIteratoroperator++ ()
 
ValueIterator operator++ (int)
 

Detailed Description

template<typename BuildT>
class nanovdb::build::LeafNode< BuildT >::ValueIterator

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

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

template<typename BuildT >
ValueIterator ( )
inline

◆ ValueIterator() [2/2]

template<typename BuildT >
ValueIterator ( const LeafNode * parent)
inline

Member Function Documentation

◆ getCoord()

template<typename BuildT >
Coord getCoord ( ) const
inline

◆ isActive()

template<typename BuildT >
bool isActive ( ) const
inline

◆ operator bool()

template<typename BuildT >
operator bool ( ) const
inline

◆ operator*()

template<typename BuildT >
ValueType operator* ( ) const
inline

◆ operator++() [1/2]

template<typename BuildT >
ValueIterator & operator++ ( )
inline

◆ operator++() [2/2]

template<typename BuildT >
ValueIterator operator++ ( int )
inline

◆ operator=()

template<typename BuildT >
ValueIterator & operator= ( const ValueIterator & )
default