HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::ProbeValue< BuildT > Struct Template Reference

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

#include <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(Coord)

Template Parameters
BuildTBuild type of the grid being called

Definition at line 3463 of file NanoVDB.h.

Member Typedef Documentation

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

Definition at line 8147 of file NanoVDB.h.

Member Function Documentation

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

Definition at line 8148 of file NanoVDB.h.

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

Definition at line 8153 of file NanoVDB.h.

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

Definition at line 8158 of file NanoVDB.h.

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

Definition at line 8163 of file NanoVDB.h.

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

Definition at line 8168 of file NanoVDB.h.


The documentation for this struct was generated from the following file: