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

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

#include <GridBuilder.h>

+ Inheritance diagram for nanovdb::build::InternalNode< ChildT >::DenseIterator:

Public Member Functions

 DenseIterator ()
 
 DenseIterator (const InternalNode *parent)
 
DenseIteratoroperator= (const DenseIterator &)=default
 
ChildT * probeChild (ValueType &value) const
 
Coord 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>
class nanovdb::build::InternalNode< ChildT >::DenseIterator

Visits all tile values and child nodes of this node.

Definition at line 698 of file GridBuilder.h.

Constructor & Destructor Documentation

template<typename ChildT >
nanovdb::build::InternalNode< ChildT >::DenseIterator::DenseIterator ( )
inline

Definition at line 703 of file GridBuilder.h.

template<typename ChildT >
nanovdb::build::InternalNode< ChildT >::DenseIterator::DenseIterator ( const InternalNode parent)
inline

Definition at line 704 of file GridBuilder.h.

Member Function Documentation

template<typename ChildT >
Coord nanovdb::build::InternalNode< ChildT >::DenseIterator::getCoord ( ) const
inline

Definition at line 717 of file GridBuilder.h.

template<typename ChildT >
DenseIterator& nanovdb::build::InternalNode< ChildT >::DenseIterator::operator= ( const DenseIterator )
default
template<typename ChildT >
ChildT* nanovdb::build::InternalNode< ChildT >::DenseIterator::probeChild ( ValueType value) const
inline

Definition at line 706 of file GridBuilder.h.


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