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

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

Constructor & Destructor Documentation

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

Member Function Documentation

CoordType getCoord ( ) const
inline
CoordType getOrigin ( ) const
inline
void next ( )
inline
operator bool ( ) const
inline
uint32_t pos ( ) const
inline
TileT* tile ( ) const
inline

Member Data Documentation

DataT* mData
protected
uint32_t mPos
protected
uint32_t mSize
protected