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

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

#include <GridBuilder.h>

Public Types

using ValueT = typename BuildLeaf< T >::ValueType
 

Static Public Member Functions

static bool get (const BuildRoot< T > &root, ValueT &v)
 
static bool get (const BuildTile< T > &tile, ValueT &v)
 
static bool get (const BuildUpper< T > &node, uint32_t n, ValueT &v)
 
static bool get (const BuildLower< T > &node, uint32_t n, ValueT &v)
 
static bool get (const BuildLeaf< T > &leaf, uint32_t n, ValueT &v)
 

Detailed Description

template<typename T>
struct nanovdb::build::ProbeValue< T >

Implements Tree::probeLeaf(Coord)

Template Parameters
TBuild type of the grid being called

Definition at line 43 of file GridBuilder.h.

Member Typedef Documentation

template<typename T >
using nanovdb::build::ProbeValue< T >::ValueT = typename BuildLeaf<T>::ValueType

Definition at line 2289 of file GridBuilder.h.

Member Function Documentation

template<typename T >
static bool nanovdb::build::ProbeValue< T >::get ( const BuildRoot< T > &  root,
ValueT v 
)
inlinestatic

Definition at line 2290 of file GridBuilder.h.

template<typename T >
static bool nanovdb::build::ProbeValue< T >::get ( const BuildTile< T > &  tile,
ValueT v 
)
inlinestatic

Definition at line 2294 of file GridBuilder.h.

template<typename T >
static bool nanovdb::build::ProbeValue< T >::get ( const BuildUpper< T > &  node,
uint32_t  n,
ValueT v 
)
inlinestatic

Definition at line 2298 of file GridBuilder.h.

template<typename T >
static bool nanovdb::build::ProbeValue< T >::get ( const BuildLower< T > &  node,
uint32_t  n,
ValueT v 
)
inlinestatic

Definition at line 2302 of file GridBuilder.h.

template<typename T >
static bool nanovdb::build::ProbeValue< T >::get ( const BuildLeaf< T > &  leaf,
uint32_t  n,
ValueT v 
)
inlinestatic

Definition at line 2306 of file GridBuilder.h.


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