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 ( )
inline
DenseIterator ( const InternalNode parent)
inline

Member Function Documentation

CoordType getCoord ( ) const
inline
CoordType getOrigin ( ) const
inline
bool isValueOn ( ) 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
const ChildT* probeChild ( ValueType value) const
inline