OpenVDB
12.0.0
|
#include <nanovdb/NanoVDB.h>
Inherits RootNode< ChildT >::BaseIter< RootT >.
Public Member Functions | |
__hostdev__ | DenseIter () |
__hostdev__ | DenseIter (RootT *parent) |
__hostdev__ NodeT * | probeChild (ValueType &value) const |
__hostdev__ bool | isValueOn () const |
__hostdev__ DenseIter & | operator++ () |
__hostdev__ DenseIter | operator++ (int) |
__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 util::match_const< DataType, RootT >::type |
using | TileT = typename util::match_const< Tile, RootT >::type |
Protected Attributes | |
DataT * | mData |
uint32_t | mPos |
uint32_t | mSize |
|
protectedinherited |
|
protectedinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |