Blender V4.3
nanovdb::LeafData< Fp16, LOG2DIM > Struct Template Reference

#include <nanovdb.h>

Public Types

using ValueType = float
 
using BuildType = Fp16
 

Public Member Functions

ccl_device_inline_method float getValue (uint32_t i) const ccl_global
 

Public Attributes

LeafFnBase< LOG2DIM > base
 
uint16_t mCode [1u<< 3 *LOG2DIM]
 

Detailed Description

template<uint32_t LOG2DIM>
struct nanovdb::LeafData< Fp16, LOG2DIM >

Definition at line 241 of file nanovdb.h.

Member Typedef Documentation

◆ BuildType

template<uint32_t LOG2DIM>
using nanovdb::LeafData< Fp16, LOG2DIM >::BuildType = Fp16

Definition at line 243 of file nanovdb.h.

◆ ValueType

template<uint32_t LOG2DIM>
using nanovdb::LeafData< Fp16, LOG2DIM >::ValueType = float

Definition at line 242 of file nanovdb.h.

Member Function Documentation

◆ getValue()

template<uint32_t LOG2DIM>
ccl_device_inline_method float nanovdb::LeafData< Fp16, LOG2DIM >::getValue ( uint32_t i) const
inline

Member Data Documentation

◆ base

template<uint32_t LOG2DIM>
LeafFnBase<LOG2DIM> nanovdb::LeafData< Fp16, LOG2DIM >::base

Definition at line 245 of file nanovdb.h.

◆ mCode

template<uint32_t LOG2DIM>
uint16_t nanovdb::LeafData< Fp16, LOG2DIM >::mCode[1u<< 3 *LOG2DIM]

Definition at line 246 of file nanovdb.h.


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