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

#include <NanoVDB.h>

Public Types

using ValueT = typename NanoLeaf< BuildT >::ValueType
 

Static Public Member Functions

static __hostdev__ auto set (NanoRoot< BuildT > &, const ValueT &)
 
static __hostdev__ auto set (typename NanoRoot< BuildT >::Tile &, const ValueT &)
 
static __hostdev__ auto set (NanoUpper< BuildT > &, uint32_t, const ValueT &)
 
static __hostdev__ auto set (NanoLower< BuildT > &, uint32_t, const ValueT &)
 
static __hostdev__ auto set (NanoLeaf< BuildT > &leaf, uint32_t n, const ValueT &v)
 

Detailed Description

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

Definition at line 3455 of file NanoVDB.h.

Member Typedef Documentation

template<typename BuildT >
using nanovdb::SetVoxel< BuildT >::ValueT = typename NanoLeaf<BuildT>::ValueType

Definition at line 8074 of file NanoVDB.h.

Member Function Documentation

template<typename BuildT >
static __hostdev__ auto nanovdb::SetVoxel< BuildT >::set ( NanoRoot< BuildT > &  ,
const ValueT  
)
inlinestatic

Definition at line 8075 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ auto nanovdb::SetVoxel< BuildT >::set ( typename NanoRoot< BuildT >::Tile &  ,
const ValueT  
)
inlinestatic

Definition at line 8076 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ auto nanovdb::SetVoxel< BuildT >::set ( NanoUpper< BuildT > &  ,
uint32_t  ,
const ValueT  
)
inlinestatic

Definition at line 8077 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ auto nanovdb::SetVoxel< BuildT >::set ( NanoLower< BuildT > &  ,
uint32_t  ,
const ValueT  
)
inlinestatic

Definition at line 8078 of file NanoVDB.h.

template<typename BuildT >
static __hostdev__ auto nanovdb::SetVoxel< BuildT >::set ( NanoLeaf< BuildT > &  leaf,
uint32_t  n,
const ValueT v 
)
inlinestatic

Definition at line 8079 of file NanoVDB.h.


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