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

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

#include <nanovdb/NanoVDB.h>

Inherits Mask< LOG2DIM >::DenseIterator.

Public Member Functions

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

Detailed Description

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

Visits all tile values and child nodes of this node.

Constructor & Destructor Documentation

◆ DenseIterator() [1/2]

DenseIterator ( )
inline

◆ DenseIterator() [2/2]

DenseIterator ( const InternalNode parent)
inline

Member Function Documentation

◆ getCoord()

CoordType getCoord ( ) const
inline

◆ getOrigin()

CoordType getOrigin ( ) const
inline

◆ isValueOn()

bool isValueOn ( ) const
inline

◆ operator bool()

operator bool ( ) const
inlineinherited

◆ operator*()

uint32_t operator* ( ) const
inlineinherited

◆ operator++() [1/2]

DenseIterator& operator++ ( )
inlineinherited

◆ operator++() [2/2]

DenseIterator operator++ ( int  )
inlineinherited

◆ operator=()

DenseIterator& operator= ( const DenseIterator )
default

◆ pos()

uint32_t pos ( ) const
inlineinherited

◆ probeChild()

const ChildT* probeChild ( ValueType value) const
inline