OpenVDB 10.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RootNode< ChildT >::ChildIterator Class Reference

#include <nanovdb/NanoVDB.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ ChildIterator() [1/2]

ChildIterator ( )
inline

◆ ChildIterator() [2/2]

ChildIterator ( const RootNode parent)
inline

Member Function Documentation

◆ getOrigin()

CoordType getOrigin ( ) const
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator*()

const ChildT & operator* ( ) const
inline

◆ operator++() [1/2]

ChildIterator & operator++ ( )
inline

◆ operator++() [2/2]

ChildIterator operator++ ( int  )
inline

◆ operator->()

const ChildT * operator-> ( ) const
inline

◆ operator=()

ChildIterator & operator= ( const ChildIterator )
default

◆ pos()

uint32_t pos ( ) const
inline