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

Visits active tile values of this node only. More...

#include <nanovdb/util/GridBuilder.h>

Inherits MaskIterT< true >.

Public Member Functions

 ValueOnIterator ()
 
 ValueOnIterator (const InternalNode *parent)
 
ValueOnIteratoroperator= (const ValueOnIterator &)=default
 
ValueType operator* () const
 
Coord getCoord () const
 

Detailed Description

template<typename ChildT>
class nanovdb::build::InternalNode< ChildT >::ValueOnIterator

Visits active tile values of this node only.

Constructor & Destructor Documentation

ValueOnIterator ( )
inline
ValueOnIterator ( const InternalNode parent)
inline

Member Function Documentation

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