OpenVDB  12.1.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
GetState< BuildT > Struct Template Reference

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

#include <nanovdb/NanoVDB.h>

Public Types

using Type = bool
 

Static Public Member Functions

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

Static Public Attributes

static constexpr int LEVEL = 0
 

Detailed Description

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

Implements Tree::isActive(math::Coord)

Template Parameters
BuildTBuild type of the grid being called

Member Typedef Documentation

using Type = bool

Member Function Documentation

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

Member Data Documentation

constexpr int LEVEL = 0
static