|
OpenVDB 13.0.0
|
#include <nanovdb/NanoVDB.h>
Public Member Functions | |
| __hostdev__ | ValueOnIter () |
| __hostdev__ | ValueOnIter (RootT *parent) |
| __hostdev__ ValueType | operator* () const |
| __hostdev__ ValueOnIter & | operator++ () |
| __hostdev__ ValueOnIter | operator++ (int) |
| __hostdev__ | operator bool () const |
| __hostdev__ uint32_t | pos () const |
| __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 |
|
protectedinherited |
|
protectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |