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

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

#include <nanovdb/util/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

Member Typedef Documentation

using ValueT = typename BuildLeaf<T>::ValueType

Member Function Documentation

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