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

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

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

Template Parameters
BuildTBuild type of the grid being called

Definition at line 3457 of file NanoVDB.h.

Member Function Documentation

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

Definition at line 8087 of file NanoVDB.h.

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

Definition at line 8088 of file NanoVDB.h.

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

Definition at line 8089 of file NanoVDB.h.

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

Definition at line 8090 of file NanoVDB.h.

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

Definition at line 8091 of file NanoVDB.h.


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