OpenVDB  12.0.0
Public Member Functions | List of all members
LeafNode< BuildT, CoordT, MaskT, Log2Dim >::ValueIterator Class Reference

Visits all values in a leaf node, i.e. both active and inactive values. More...

#include <nanovdb/NanoVDB.h>

Public Member Functions

__hostdev__ ValueIterator ()
 
__hostdev__ ValueIterator (const LeafNode *parent)
 
ValueIteratoroperator= (const ValueIterator &)=default
 
__hostdev__ ValueType operator* () const
 
__hostdev__ CoordT getCoord () const
 
__hostdev__ bool isActive () const
 
__hostdev__ operator bool () const
 
__hostdev__ ValueIteratoroperator++ ()
 
__hostdev__ ValueIterator operator++ (int)
 

Detailed Description

template<typename BuildT, typename CoordT = Coord, template< uint32_t > class MaskT = Mask, uint32_t Log2Dim = 3>
class nanovdb::LeafNode< BuildT, CoordT, MaskT, Log2Dim >::ValueIterator

Visits all values in a leaf node, i.e. both active and inactive values.

Constructor & Destructor Documentation

__hostdev__ ValueIterator ( const LeafNode parent)
inline

Member Function Documentation

__hostdev__ CoordT getCoord ( ) const
inline
__hostdev__ bool isActive ( ) const
inline
__hostdev__ operator bool ( ) const
inline
__hostdev__ ValueType operator* ( ) const
inline
__hostdev__ ValueIterator& operator++ ( )
inline
__hostdev__ ValueIterator operator++ ( int  )
inline
ValueIterator& operator= ( const ValueIterator )
default