OpenVDB 10.0.1
Loading...
Searching...
No Matches
RootNode< ChildT >::ValueIterator Class Reference

#include <nanovdb/NanoVDB.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

template<typename ChildT>
ValueIterator ( )
inline

◆ ValueIterator() [2/2]

template<typename ChildT>
ValueIterator ( const RootNode * parent)
inline

Member Function Documentation

◆ getOrigin()

template<typename ChildT>
CoordType getOrigin ( ) const
inline

◆ isActive()

template<typename ChildT>
bool isActive ( ) const
inline

◆ operator bool()

template<typename ChildT>
operator bool ( ) const
inline

◆ operator*()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator=()

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

◆ pos()

template<typename ChildT>
uint32_t pos ( ) const
inline