HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator Class Reference

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

#include <NanoVDB.h>

+ Inheritance diagram for nanovdb::InternalNode< ChildT, 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
 
- Public Member Functions inherited from nanovdb::Mask< LOG2DIM >::DenseIterator
__hostdev__ DenseIterator (uint32_t pos=Mask::SIZE)
 
DenseIteratoroperator= (const DenseIterator &)=default
 
__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.

Definition at line 5098 of file NanoVDB.h.

Constructor & Destructor Documentation

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::DenseIterator ( )
inline

Definition at line 5104 of file NanoVDB.h.

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::DenseIterator ( const InternalNode parent)
inline

Definition at line 5109 of file NanoVDB.h.

Member Function Documentation

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ CoordType nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::getCoord ( ) const
inline

Definition at line 5136 of file NanoVDB.h.

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ CoordType nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::getOrigin ( ) const
inline

Definition at line 5131 of file NanoVDB.h.

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ bool nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::isValueOn ( ) const
inline

Definition at line 5126 of file NanoVDB.h.

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
DenseIterator& nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::operator= ( const DenseIterator )
default
template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ const ChildT* nanovdb::InternalNode< ChildT, Log2Dim >::DenseIterator::probeChild ( ValueType value) const
inline

Definition at line 5115 of file NanoVDB.h.


The documentation for this class was generated from the following file: