OpenVDB 12.1.0
Loading...
Searching...
No Matches
GetDim< BuildT > Struct Template Reference

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

#include <nanovdb/NanoVDB.h>

Public Types

using Type = uint32_t

Static Public Member Functions

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

Static Public Attributes

static constexpr int LEVEL = 0

Detailed Description

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

Implements Tree::getDim(math::Coord)

Template Parameters
BuildTBuild type of the grid being called

Member Typedef Documentation

◆ Type

template<typename BuildT>
using Type = uint32_t

Member Function Documentation

◆ get() [1/5]

template<typename BuildT>
__hostdev__ Type get ( const NanoLeaf< BuildT > & ,
uint32_t  )
inlinestatic

◆ get() [2/5]

template<typename BuildT>
__hostdev__ Type get ( const NanoLower< BuildT > & ,
uint32_t  )
inlinestatic

◆ get() [3/5]

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

◆ get() [4/5]

template<typename BuildT>
__hostdev__ Type get ( const NanoUpper< BuildT > & ,
uint32_t  )
inlinestatic

◆ get() [5/5]

template<typename BuildT>
__hostdev__ Type get ( const typename NanoRoot< BuildT >::Tile & )
inlinestatic

Member Data Documentation

◆ LEVEL

template<typename BuildT>
int LEVEL = 0
staticconstexpr