|
OpenVDB
12.1.1
|
#include <nanovdb/NanoVDB.h>
Inherits RootNode< ChildT >::BaseIter< RootT >.
Public Member Functions | |
| __hostdev__ | ChildIter () |
| __hostdev__ | ChildIter (RootT *parent) |
| __hostdev__ NodeT & | operator* () const |
| __hostdev__ NodeT * | operator-> () const |
| __hostdev__ ChildIter & | operator++ () |
| __hostdev__ ChildIter | 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 |
Protected Attributes | |
| DataType::template TileIter< DataT > | mTileIter |
|
protectedinherited |
|
protectedinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
1.8.11