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

#include <GridBuilder.h>

Public Member Functions

 ValueIterator ()
 
 ValueIterator (const RootNode *parent)
 
ValueIteratoroperator= (const ValueIterator &)=default
 
ValueType operator* () const
 
bool isActive () const
 
Coord getOrigin () const
 
Coord getCoord () const
 
 operator bool () const
 
ValueIteratoroperator++ ()
 
ValueIterator operator++ (int)
 
uint32_t pos () const
 

Detailed Description

template<typename ChildT>
class nanovdb::build::RootNode< ChildT >::ValueIterator

Definition at line 114 of file GridBuilder.h.

Constructor & Destructor Documentation

template<typename ChildT>
nanovdb::build::RootNode< ChildT >::ValueIterator::ValueIterator ( )
inline

Definition at line 119 of file GridBuilder.h.

template<typename ChildT>
nanovdb::build::RootNode< ChildT >::ValueIterator::ValueIterator ( const RootNode parent)
inline

Definition at line 120 of file GridBuilder.h.

Member Function Documentation

template<typename ChildT>
Coord nanovdb::build::RootNode< ChildT >::ValueIterator::getCoord ( ) const
inline

Definition at line 127 of file GridBuilder.h.

template<typename ChildT>
Coord nanovdb::build::RootNode< ChildT >::ValueIterator::getOrigin ( ) const
inline

Definition at line 126 of file GridBuilder.h.

template<typename ChildT>
bool nanovdb::build::RootNode< ChildT >::ValueIterator::isActive ( ) const
inline

Definition at line 125 of file GridBuilder.h.

template<typename ChildT>
nanovdb::build::RootNode< ChildT >::ValueIterator::operator bool ( ) const
inline

Definition at line 128 of file GridBuilder.h.

template<typename ChildT>
ValueType nanovdb::build::RootNode< ChildT >::ValueIterator::operator* ( ) const
inline

Definition at line 124 of file GridBuilder.h.

template<typename ChildT>
ValueIterator& nanovdb::build::RootNode< ChildT >::ValueIterator::operator++ ( )
inline

Definition at line 129 of file GridBuilder.h.

template<typename ChildT>
ValueIterator nanovdb::build::RootNode< ChildT >::ValueIterator::operator++ ( int  )
inline

Definition at line 135 of file GridBuilder.h.

template<typename ChildT>
ValueIterator& nanovdb::build::RootNode< ChildT >::ValueIterator::operator= ( const ValueIterator )
default
template<typename ChildT>
uint32_t nanovdb::build::RootNode< ChildT >::ValueIterator::pos ( ) const
inline

Definition at line 140 of file GridBuilder.h.


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