OpenVDB 10.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
InternalNode< ChildT, Log2Dim >::ValueIterator Class Reference

Visits all tile values in this node, i.e. both inactive and active tiles. More...

#include <nanovdb/NanoVDB.h>

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

Public Member Functions

 ValueIterator ()
 
 ValueIterator (const InternalNode *parent)
 
ValueIteratoroperator= (const ValueIterator &)=default
 
ValueType operator* () const
 
CoordType getOrigin () const
 
bool isActive () const
 

Detailed Description

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

Visits all tile values in this node, i.e. both inactive and active tiles.

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

ValueIterator ( )
inline

◆ ValueIterator() [2/2]

ValueIterator ( const InternalNode parent)
inline

Member Function Documentation

◆ getOrigin()

CoordType getOrigin ( ) const
inline

◆ isActive()

bool isActive ( ) const
inline

◆ operator*()

ValueType operator* ( ) const
inline

◆ operator=()

ValueIterator & operator= ( const ValueIterator )
default