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

Return point to the lower internal node where math::Coord maps to one of its values, i.e. terminates. More...

#include <nanovdb/NanoVDB.h>

Public Types

using Type = const NanoLower<BuildT>*

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 > &node, uint32_t)

Static Public Attributes

static constexpr int LEVEL = 1

Detailed Description

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

Return point to the lower internal node where math::Coord maps to one of its values, i.e. terminates.

Template Parameters
BuildTBuild type of the grid being called

Member Typedef Documentation

◆ Type

template<typename BuildT>
using Type = const NanoLower<BuildT>*

Member Function Documentation

◆ get() [1/4]

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

◆ get() [2/4]

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

◆ get() [3/4]

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

◆ get() [4/4]

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

Member Data Documentation

◆ LEVEL

template<typename BuildT>
int LEVEL = 1
staticconstexpr