OpenVDB  12.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

__hostdev__ DenseIterator ()
 
__hostdev__ DenseIterator (const InternalNode *parent)
 
DenseIteratoroperator= (const DenseIterator &)=default
 
__hostdev__ const ChildT * probeChild (ValueType &value) const
 
__hostdev__ bool isValueOn () const
 
__hostdev__ CoordType getOrigin () const
 
__hostdev__ CoordType getCoord () const
 
__hostdev__ uint32_t operator* () const
 
__hostdev__ uint32_t pos () const
 
__hostdev__ operator bool () const
 
__hostdev__ DenseIteratoroperator++ ()
 
__hostdev__ 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

__hostdev__ DenseIterator ( const InternalNode parent)
inline

Member Function Documentation

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