OpenVDB  11.0.0
Public Member Functions | List of all members
RootNode< ChildT >::ValueIterator Class Reference

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 ValueIterator ()
 
 ValueIterator (const RootNode *parent)
 
ValueIteratoroperator= (const ValueIterator &)=default
 
ValueType operator* () const
 
bool isActive () const
 
Coord getOrigin () const
 
Coord getCoord () const
 
 operator bool () const
 
ValueIteratoroperator++ ()
 
ValueIterator operator++ (int)
 
uint32_t pos () const
 

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

ValueIterator ( )
inline

◆ ValueIterator() [2/2]

ValueIterator ( const RootNode parent)
inline

Member Function Documentation

◆ getCoord()

Coord getCoord ( ) const
inline

◆ getOrigin()

Coord getOrigin ( ) const
inline

◆ isActive()

bool isActive ( ) const
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator*()

ValueType operator* ( ) const
inline

◆ operator++() [1/2]

ValueIterator& operator++ ( )
inline

◆ operator++() [2/2]

ValueIterator operator++ ( int  )
inline

◆ operator=()

ValueIterator& operator= ( const ValueIterator )
default

◆ pos()

uint32_t pos ( ) const
inline