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