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

Visits all tile values and child nodes of this node. More...

#include <nanovdb/util/GridBuilder.h>

Inherits Mask< LOG2DIM >::DenseIterator.

Public Member Functions

 DenseIterator ()
 
 DenseIterator (const InternalNode *parent)
 
DenseIteratoroperator= (const DenseIterator &)=default
 
ChildT * probeChild (ValueType &value) const
 
Coord getCoord () const
 
uint32_t operator* () const
 
uint32_t pos () const
 
 operator bool () const
 
DenseIteratoroperator++ ()
 
DenseIterator operator++ (int)
 

Detailed Description

template<typename ChildT>
class nanovdb::build::InternalNode< ChildT >::DenseIterator

Visits all tile values and child nodes of this node.

Constructor & Destructor Documentation

DenseIterator ( )
inline
DenseIterator ( const InternalNode parent)
inline

Member Function Documentation

Coord getCoord ( ) const
inline
operator bool ( ) const
inlineinherited
uint32_t operator* ( ) const
inlineinherited
DenseIterator& operator++ ( )
inlineinherited
DenseIterator operator++ ( int  )
inlineinherited
DenseIterator& operator= ( const DenseIterator )
default
uint32_t pos ( ) const
inlineinherited
ChildT* probeChild ( ValueType value) const
inline