OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
ProbeValue< BuildT > Struct Template Reference

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

#include <nanovdb/NanoVDB.h>

Public Types

using ValueT = typename BuildToValueMap<BuildT>::Type
 

Static Public Member Functions

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

Detailed Description

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

Implements Tree::probeLeaf(math::Coord)

Template Parameters
BuildTBuild type of the grid being called

Member Typedef Documentation

◆ ValueT

template<typename BuildT>
using ValueT = typename BuildToValueMap<BuildT>::Type

Member Function Documentation

◆ get() [1/5]

template<typename BuildT>
static __hostdev__ bool get ( const NanoLeaf< BuildT > & leaf,
uint32_t n,
ValueT & v )
inlinestatic

◆ get() [2/5]

template<typename BuildT>
static __hostdev__ bool get ( const NanoLower< BuildT > & node,
uint32_t n,
ValueT & v )
inlinestatic

◆ get() [3/5]

template<typename BuildT>
static __hostdev__ bool get ( const NanoRoot< BuildT > & root,
ValueT & v )
inlinestatic

◆ get() [4/5]

template<typename BuildT>
static __hostdev__ bool get ( const NanoUpper< BuildT > & node,
uint32_t n,
ValueT & v )
inlinestatic

◆ get() [5/5]

template<typename BuildT>
static __hostdev__ bool get ( const typename NanoRoot< BuildT >::Tile & tile,
ValueT & v )
inlinestatic