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

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

#include <GridBuilder.h>

Static Public Member Functions

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

Detailed Description

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

Implements Tree::isActive(Coord)

Template Parameters
TBuild type of the grid being called

Definition at line 42 of file GridBuilder.h.

Member Function Documentation

template<typename T >
static bool nanovdb::build::GetState< T >::get ( const BuildRoot< T > &  )
inlinestatic

Definition at line 2264 of file GridBuilder.h.

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

Definition at line 2265 of file GridBuilder.h.

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

Definition at line 2266 of file GridBuilder.h.

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

Definition at line 2267 of file GridBuilder.h.

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

Definition at line 2268 of file GridBuilder.h.


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