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

Visits active tile values of this node only. More...

#include <GridBuilder.h>

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

Public Member Functions

 ValueOnIterator ()
 
 ValueOnIterator (const InternalNode *parent)
 
ValueOnIteratoroperator= (const ValueOnIterator &)=default
 
ValueType operator* () const
 
Coord getCoord () const
 

Detailed Description

template<typename ChildT>
class nanovdb::build::InternalNode< ChildT >::ValueOnIterator

Visits active tile values of this node only.

Definition at line 682 of file GridBuilder.h.

Constructor & Destructor Documentation

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

Definition at line 687 of file GridBuilder.h.

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

Definition at line 688 of file GridBuilder.h.

Member Function Documentation

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

Definition at line 691 of file GridBuilder.h.

template<typename ChildT >
ValueType nanovdb::build::InternalNode< ChildT >::ValueOnIterator::operator* ( ) const
inline

Definition at line 690 of file GridBuilder.h.

template<typename ChildT >
ValueOnIterator& nanovdb::build::InternalNode< ChildT >::ValueOnIterator::operator= ( const ValueOnIterator )
default

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