|
HDK
|
#include <NanoVDB.h>
Inheritance diagram for nanovdb::RootNode< ChildT >::BaseIter< RootT >:Public Member Functions | |
| __hostdev__ | operator bool () const |
| __hostdev__ uint32_t | pos () const |
| __hostdev__ void | next () |
| __hostdev__ TileT * | tile () const |
| __hostdev__ CoordType | getOrigin () const |
| __hostdev__ CoordType | getCoord () const |
Protected Types | |
| using | DataT = typename match_const< DataType, RootT >::type |
| using | TileT = typename match_const< Tile, RootT >::type |
Protected Member Functions | |
| __hostdev__ | BaseIter (DataT *data=nullptr, uint32_t n=0) |
Protected Attributes | |
| DataT * | mData |
| uint32_t | mPos |
| uint32_t | mSize |
|
protected |
|
protected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |