OpenVDB  11.0.0
Classes | Public Types | Static Public Member Functions | List of all members
GetNodeInfo< BuildT > Struct Template Reference

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

#include <nanovdb/NanoVDB.h>

Classes

struct  NodeInfo
 

Public Types

using ValueType = typename NanoLeaf< BuildT >::ValueType
 
using FloatType = typename NanoLeaf< BuildT >::FloatType
 

Static Public Member Functions

static NodeInfo get (const NanoRoot< BuildT > &root)
 
static NodeInfo get (const typename NanoRoot< BuildT >::Tile &tile)
 
static NodeInfo get (const NanoUpper< BuildT > &node, uint32_t n)
 
static NodeInfo get (const NanoLower< BuildT > &node, uint32_t n)
 
static NodeInfo get (const NanoLeaf< BuildT > &leaf, uint32_t n)
 

Detailed Description

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

Implements Tree::getNodeInfo(Coord)

Template Parameters
BuildTBuild type of the grid being called

Member Typedef Documentation

using FloatType = typename NanoLeaf<BuildT>::FloatType
using ValueType = typename NanoLeaf<BuildT>::ValueType

Member Function Documentation

static NodeInfo get ( const NanoRoot< BuildT > &  root)
inlinestatic
static NodeInfo get ( const typename NanoRoot< BuildT >::Tile &  tile)
inlinestatic
static NodeInfo get ( const NanoUpper< BuildT > &  node,
uint32_t  n 
)
inlinestatic
static NodeInfo get ( const NanoLower< BuildT > &  node,
uint32_t  n 
)
inlinestatic
static NodeInfo get ( const NanoLeaf< BuildT > &  leaf,
uint32_t  n 
)
inlinestatic