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

#include <nanovdb/NanoVDB.h>

Inherited by RootNode< ChildT >::ChildIter< RootT >, RootNode< ChildT >::DenseIter< RootT >, RootNode< ChildT >::ValueIter< RootT >, and RootNode< ChildT >::ValueOnIter< RootT >.

Public Member Functions

 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 Member Functions

 BaseIter (DataT *data=nullptr, uint32_t n=0)
 

Protected Attributes

DataTmData
 
uint32_t mPos
 
uint32_t mSize
 

Member Typedef Documentation

◆ DataT

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

◆ TileT

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

Constructor & Destructor Documentation

◆ BaseIter()

BaseIter ( DataT data = nullptr,
uint32_t  n = 0 
)
inlineprotected

Member Function Documentation

◆ getCoord()

CoordType getCoord ( ) const
inline

◆ getOrigin()

CoordType getOrigin ( ) const
inline

◆ next()

void next ( )
inline

◆ operator bool()

operator bool ( ) const
inline

◆ pos()

uint32_t pos ( ) const
inline

◆ tile()

TileT* tile ( ) const
inline

Member Data Documentation

◆ mData

DataT* mData
protected

◆ mPos

uint32_t mPos
protected

◆ mSize

uint32_t mSize
protected