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 ( )
inline
ChildIter ( ParentT *  parent)
inline

Member Function Documentation

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