OpenVDB  11.0.0
Public Member Functions | List of all members
LeafNode< bool >::ValueOnIterator Class Reference

Visits all active values in a leaf node. More...

#include <nanovdb/util/GridBuilder.h>

Inherits MaskIterT< true >.

Public Member Functions

 ValueOnIterator ()
 
 ValueOnIterator (const LeafNode *parent)
 
ValueOnIteratoroperator= (const ValueOnIterator &)=default
 
bool operator* () const
 
Coord getCoord () const
 

Detailed Description

template<>
class nanovdb::build::LeafNode< bool >::ValueOnIterator

Visits all active values in a leaf node.

Constructor & Destructor Documentation

ValueOnIterator ( )
inline
ValueOnIterator ( const LeafNode< bool > *  parent)
inline

Member Function Documentation

Coord getCoord ( ) const
inline
bool operator* ( ) const
inline
ValueOnIterator& operator= ( const ValueOnIterator )
default