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

Return the pointer to the leaf node that contains Coord. Implements Tree::probeLeaf(Coord) More...

#include <NanoVDB.h>

Static Public Member Functions

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

Detailed Description

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

Return the pointer to the leaf node that contains Coord. Implements Tree::probeLeaf(Coord)

Template Parameters
BuildTBuild type of the grid being called

Definition at line 3461 of file NanoVDB.h.

Member Function Documentation

template<typename BuildT >
static __hostdev__ const NanoLeaf<BuildT>* nanovdb::GetLeaf< BuildT >::get ( const NanoRoot< BuildT > &  )
inlinestatic

Definition at line 8111 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ const NanoLeaf<BuildT>* nanovdb::GetLeaf< BuildT >::get ( const typename NanoRoot< BuildT >::Tile &  )
inlinestatic

Definition at line 8112 of file NanoVDB.h.

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

Definition at line 8113 of file NanoVDB.h.

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

Definition at line 8114 of file NanoVDB.h.

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

Definition at line 8115 of file NanoVDB.h.


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