OpenVDB
12.1.0
|
Implements Tree::probeLeaf(math::Coord) More...
#include <nanovdb/NanoVDB.h>
Public Types | |
using | Type = bool |
using | ValueT = typename BuildToValueMap< BuildT >::Type |
Static Public Member Functions | |
static __hostdev__ Type | get (const NanoRoot< BuildT > &root, ValueT &v) |
static __hostdev__ Type | get (const typename NanoRoot< BuildT >::Tile &tile, ValueT &v) |
static __hostdev__ Type | get (const NanoUpper< BuildT > &node, uint32_t n, ValueT &v) |
static __hostdev__ Type | get (const NanoLower< BuildT > &node, uint32_t n, ValueT &v) |
static __hostdev__ Type | get (const NanoLeaf< BuildT > &leaf, uint32_t n, ValueT &v) |
Static Public Attributes | |
static constexpr int | LEVEL = 0 |
Implements Tree::probeLeaf(math::Coord)
BuildT | Build type of the grid being called |
using Type = bool |
using ValueT = typename BuildToValueMap<BuildT>::Type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |