OpenVDB  11.0.0
Public Member Functions | List of all members
InternalNode< ChildT, Log2Dim >::ChildIter< ParentT > Class Template Reference

Visits child nodes of this node only. More...

#include <nanovdb/NanoVDB.h>

Inherits MaskIterT< true >.

Public Member Functions

 ChildIter ()
 
 ChildIter (ParentT *parent)
 
ChildIteroperator= (const ChildIter &)=default
 
NodeT & operator* () const
 
NodeT * operator-> () const
 
CoordType getOrigin () const
 
CoordType getCoord () const
 

Detailed Description

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
template<typename ParentT>
class nanovdb::InternalNode< ChildT, Log2Dim >::ChildIter< ParentT >

Visits child nodes of this node only.

Constructor & Destructor Documentation

◆ ChildIter() [1/2]

ChildIter ( )
inline

◆ ChildIter() [2/2]

ChildIter ( ParentT *  parent)
inline

Member Function Documentation

◆ getCoord()

CoordType getCoord ( ) const
inline

◆ getOrigin()

CoordType getOrigin ( ) const
inline

◆ operator*()

NodeT& operator* ( ) const
inline

◆ operator->()

NodeT* operator-> ( ) const
inline

◆ operator=()

ChildIter& operator= ( const ChildIter< ParentT > &  )
default