OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
InternalNode< ChildT, Log2Dim >::ValueOnIterator Class Reference

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

#include <nanovdb/NanoVDB.h>

Inheritance diagram for InternalNode< ChildT, Log2Dim >::ValueOnIterator:

Public Member Functions

__hostdev__ ValueOnIterator ()
 
__hostdev__ ValueOnIterator (const InternalNode *parent)
 
ValueOnIteratoroperator= (const ValueOnIterator &)=default
 
__hostdev__ ValueType operator* () const
 
__hostdev__ CoordType getOrigin () const
 
__hostdev__ CoordType getCoord () const
 

Detailed Description

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
class nanovdb::InternalNode< ChildT, Log2Dim >::ValueOnIterator

Visits active tile values of this node only.

Constructor & Destructor Documentation

◆ ValueOnIterator() [1/2]

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

◆ ValueOnIterator() [2/2]

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

Member Function Documentation

◆ getCoord()

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

◆ getOrigin()

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

◆ operator*()

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
__hostdev__ ValueType operator* ( ) const
inline

◆ operator=()

template<typename ChildT, uint32_t Log2Dim = ChildT::LOG2DIM + 1>
ValueOnIterator & operator= ( const ValueOnIterator & )
default