OpenVDB  11.0.0
Public Member Functions | Protected Types | Protected Attributes | List of all members
RootNode< ChildT >::DenseIter< RootT > Class Template Reference

#include <nanovdb/NanoVDB.h>

Inherits RootNode< ChildT >::BaseIter< RootT >.

Public Member Functions

 DenseIter ()
 
 DenseIter (RootT *parent)
 
NodeT * probeChild (ValueType &value) const
 
bool isValueOn () const
 
DenseIteroperator++ ()
 
DenseIter operator++ (int)
 
 operator bool () const
 
uint32_t pos () const
 
void next ()
 
TileTtile () const
 
CoordType getOrigin () const
 
CoordType getCoord () const
 

Protected Types

using DataT = typename match_const< DataType, RootT >::type
 
using TileT = typename match_const< Tile, RootT >::type
 

Protected Attributes

DataTmData
 
uint32_t mPos
 
uint32_t mSize
 

Member Typedef Documentation

using DataT = typename match_const<DataType, RootT>::type
protectedinherited
using TileT = typename match_const<Tile, RootT>::type
protectedinherited

Constructor & Destructor Documentation

DenseIter ( )
inline
DenseIter ( RootT *  parent)
inline

Member Function Documentation

CoordType getCoord ( ) const
inlineinherited
CoordType getOrigin ( ) const
inlineinherited
bool isValueOn ( ) const
inline
void next ( )
inlineinherited
operator bool ( ) const
inlineinherited
DenseIter& operator++ ( )
inline
DenseIter operator++ ( int  )
inline
uint32_t pos ( ) const
inlineinherited
NodeT* probeChild ( ValueType value) const
inline
TileT* tile ( ) const
inlineinherited

Member Data Documentation

DataT* mData
protectedinherited
uint32_t mPos
protectedinherited
uint32_t mSize
protectedinherited