|
OpenVDB
12.1.1
|
Return the pointer to the leaf node that contains math::Coord. Implements Tree::probeLeaf(math::Coord) More...
#include <nanovdb/NanoVDB.h>
Public Types | |
| using | Type = const NanoLeaf< BuildT > * |
Static Public Member Functions | |
| static __hostdev__ Type | get (const NanoRoot< BuildT > &) |
| static __hostdev__ Type | get (const typename NanoRoot< BuildT >::Tile &) |
| static __hostdev__ Type | get (const NanoUpper< BuildT > &, uint32_t) |
| static __hostdev__ Type | get (const NanoLower< BuildT > &, uint32_t) |
| static __hostdev__ Type | get (const NanoLeaf< BuildT > &leaf, uint32_t) |
Static Public Attributes | |
| static constexpr int | LEVEL = 0 |
Return the pointer to the leaf node that contains math::Coord. Implements Tree::probeLeaf(math::Coord)
| BuildT | Build type of the grid being called |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
1.8.11