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

Implements Tree::getValue(Coord), i.e. return the value associated with a specific coordinate ijk. More...

#include <GridBuilder.h>

Static Public Member Functions

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

Detailed Description

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

Implements Tree::getValue(Coord), i.e. return the value associated with a specific coordinate ijk.

Template Parameters
BuildTBuild type of the grid being called

The value at a coordinate maps to the background, a tile value or a leaf value.

Definition at line 39 of file GridBuilder.h.

Member Function Documentation

template<typename T >
static auto nanovdb::build::GetValue< T >::get ( const BuildRoot< T > &  root)
inlinestatic

Definition at line 2253 of file GridBuilder.h.

template<typename T >
static auto nanovdb::build::GetValue< T >::get ( const BuildTile< T > &  tile)
inlinestatic

Definition at line 2254 of file GridBuilder.h.

template<typename T >
static auto nanovdb::build::GetValue< T >::get ( const BuildUpper< T > &  node,
uint32_t  n 
)
inlinestatic

Definition at line 2255 of file GridBuilder.h.

template<typename T >
static auto nanovdb::build::GetValue< T >::get ( const BuildLower< T > &  node,
uint32_t  n 
)
inlinestatic

Definition at line 2256 of file GridBuilder.h.

template<typename T >
static auto nanovdb::build::GetValue< T >::get ( const BuildLeaf< T > &  leaf,
uint32_t  n 
)
inlinestatic

Definition at line 2257 of file GridBuilder.h.


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