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

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

#include <nanovdb/NanoVDB.h>

Static Public Member Functions

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

Detailed Description

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

Implements Tree::isActive(math::Coord)

Template Parameters
BuildTBuild type of the grid being called

Member Function Documentation

◆ get() [1/5]

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

◆ get() [2/5]

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

◆ get() [3/5]

template<typename BuildT>
static __hostdev__ auto get ( const NanoRoot< BuildT > & )
inlinestatic

◆ get() [4/5]

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

◆ get() [5/5]

template<typename BuildT>
static __hostdev__ auto get ( const typename NanoRoot< BuildT >::Tile & tile)
inlinestatic