OpenVDB  11.0.0
Public Types | Static Public Member Functions | List of all members
ProbeValue< BuildT > Struct Template Reference

Implements Tree::probeLeaf(Coord) More...

#include <nanovdb/NanoVDB.h>

Public Types

using ValueT = typename BuildToValueMap< BuildT >::Type
 

Static Public Member Functions

static bool get (const NanoRoot< BuildT > &root, ValueT &v)
 
static bool get (const typename NanoRoot< BuildT >::Tile &tile, ValueT &v)
 
static bool get (const NanoUpper< BuildT > &node, uint32_t n, ValueT &v)
 
static bool get (const NanoLower< BuildT > &node, uint32_t n, ValueT &v)
 
static bool get (const NanoLeaf< BuildT > &leaf, uint32_t n, ValueT &v)
 

Detailed Description

template<typename BuildT>
struct nanovdb::ProbeValue< BuildT >

Implements Tree::probeLeaf(Coord)

Template Parameters
BuildTBuild type of the grid being called

Member Typedef Documentation

using ValueT = typename BuildToValueMap<BuildT>::Type

Member Function Documentation

static bool get ( const NanoRoot< BuildT > &  root,
ValueT v 
)
inlinestatic
static bool get ( const typename NanoRoot< BuildT >::Tile &  tile,
ValueT v 
)
inlinestatic
static bool get ( const NanoUpper< BuildT > &  node,
uint32_t  n,
ValueT v 
)
inlinestatic
static bool get ( const NanoLower< BuildT > &  node,
uint32_t  n,
ValueT v 
)
inlinestatic
static bool get ( const NanoLeaf< BuildT > &  leaf,
uint32_t  n,
ValueT v 
)
inlinestatic