OpenVDB 11.0.0
|
#include <nanovdb/NanoVDB.h>
Public Member Functions | |
operator bool () const | |
uint32_t | pos () const |
void | next () |
TileT * | tile () 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 | |
DataT * | mData |
uint32_t | mPos |
uint32_t | mSize |
|
protected |
|
protected |
|
inlineprotected |