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

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 ChildIterator ()
 
 ChildIterator (const RootNode *parent)
 
ChildIteratoroperator= (const ChildIterator &)=default
 
ChildT & operator* () const
 
ChildT * operator-> () const
 
Coord getOrigin () const
 
Coord getCoord () const
 
 operator bool () const
 
ChildIteratoroperator++ ()
 
ChildIterator operator++ (int)
 
uint32_t pos () const
 

Constructor & Destructor Documentation

◆ ChildIterator() [1/2]

ChildIterator ( )
inline

◆ ChildIterator() [2/2]

ChildIterator ( const RootNode parent)
inline

Member Function Documentation

◆ getCoord()

Coord getCoord ( ) const
inline

◆ getOrigin()

Coord getOrigin ( ) const
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator*()

ChildT& operator* ( ) const
inline

◆ operator++() [1/2]

ChildIterator& operator++ ( )
inline

◆ operator++() [2/2]

ChildIterator operator++ ( int  )
inline

◆ operator->()

ChildT* operator-> ( ) const
inline

◆ operator=()

ChildIterator& operator= ( const ChildIterator )
default

◆ pos()

uint32_t pos ( ) const
inline