OpenVDB  12.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

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

__hostdev__ ValueIterator ( const InternalNode parent)
inline

Member Function Documentation

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