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

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

#include <NanoVDB.h>

Static Public Member Functions

static __hostdev__ uint32_t get (const NanoRoot< BuildT > &)
 
static __hostdev__ uint32_t get (const typename NanoRoot< BuildT >::Tile &)
 
static __hostdev__ uint32_t get (const NanoUpper< BuildT > &, uint32_t)
 
static __hostdev__ uint32_t get (const NanoLower< BuildT > &, uint32_t)
 
static __hostdev__ uint32_t get (const NanoLeaf< BuildT > &, uint32_t)
 

Detailed Description

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

Implements Tree::getDim(Coord)

Template Parameters
BuildTBuild type of the grid being called

Definition at line 3459 of file NanoVDB.h.

Member Function Documentation

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

Definition at line 8099 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ uint32_t nanovdb::GetDim< BuildT >::get ( const typename NanoRoot< BuildT >::Tile &  )
inlinestatic

Definition at line 8100 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ uint32_t nanovdb::GetDim< BuildT >::get ( const NanoUpper< BuildT > &  ,
uint32_t   
)
inlinestatic

Definition at line 8101 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ uint32_t nanovdb::GetDim< BuildT >::get ( const NanoLower< BuildT > &  ,
uint32_t   
)
inlinestatic

Definition at line 8102 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ uint32_t nanovdb::GetDim< BuildT >::get ( const NanoLeaf< BuildT > &  ,
uint32_t   
)
inlinestatic

Definition at line 8103 of file NanoVDB.h.


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