HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::build::LeafNode< BuildT >::ValueIterator Class Reference

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

#include <GridBuilder.h>

Public Member Functions

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

Detailed Description

template<typename BuildT>
class nanovdb::build::LeafNode< BuildT >::ValueIterator

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

Definition at line 1151 of file GridBuilder.h.

Constructor & Destructor Documentation

template<typename BuildT>
nanovdb::build::LeafNode< BuildT >::ValueIterator::ValueIterator ( )
inline

Definition at line 1156 of file GridBuilder.h.

template<typename BuildT>
nanovdb::build::LeafNode< BuildT >::ValueIterator::ValueIterator ( const LeafNode parent)
inline

Definition at line 1157 of file GridBuilder.h.

Member Function Documentation

template<typename BuildT>
Coord nanovdb::build::LeafNode< BuildT >::ValueIterator::getCoord ( ) const
inline

Definition at line 1160 of file GridBuilder.h.

template<typename BuildT>
bool nanovdb::build::LeafNode< BuildT >::ValueIterator::isActive ( ) const
inline

Definition at line 1161 of file GridBuilder.h.

template<typename BuildT>
nanovdb::build::LeafNode< BuildT >::ValueIterator::operator bool ( ) const
inline

Definition at line 1162 of file GridBuilder.h.

template<typename BuildT>
ValueType nanovdb::build::LeafNode< BuildT >::ValueIterator::operator* ( ) const
inline

Definition at line 1159 of file GridBuilder.h.

template<typename BuildT>
ValueIterator& nanovdb::build::LeafNode< BuildT >::ValueIterator::operator++ ( )
inline

Definition at line 1163 of file GridBuilder.h.

template<typename BuildT>
ValueIterator nanovdb::build::LeafNode< BuildT >::ValueIterator::operator++ ( int  )
inline

Definition at line 1164 of file GridBuilder.h.

template<typename BuildT>
ValueIterator& nanovdb::build::LeafNode< BuildT >::ValueIterator::operator= ( const ValueIterator )
default

The documentation for this class was generated from the following file: