OpenVDB  11.0.0
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>

Inherits MaskIterT< false >.

Public Member Functions

 ValueIterator ()
 
 ValueIterator (const InternalNode *parent)
 
ValueIteratoroperator= (const ValueIterator &)=default
 
ValueType operator* () const
 
CoordType getOrigin () const
 
CoordType getCoord () 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 ( )
inline
ValueIterator ( const InternalNode parent)
inline

Member Function Documentation

CoordType getCoord ( ) const
inline
CoordType getOrigin ( ) const
inline
bool isActive ( ) const
inline
ValueType operator* ( ) const
inline
ValueIterator& operator= ( const ValueIterator )
default