Blender V5.0
nanovdb::InternalNode< ChildT, Log2Dim >::Tile Union Reference

#include <nanovdb.h>

Public Attributes

ValueType value
int64_t child

Detailed Description

template<typename ChildT, const uint32_t Log2Dim = ChildT::LOG2DIM + 1>
union nanovdb::InternalNode< ChildT, Log2Dim >::Tile

Definition at line 166 of file kernel/util/nanovdb.h.

Member Data Documentation

◆ child

template<typename ChildT, const uint32_t Log2Dim = ChildT::LOG2DIM + 1>
int64_t nanovdb::InternalNode< ChildT, Log2Dim >::Tile::child

Definition at line 168 of file kernel/util/nanovdb.h.

◆ value

template<typename ChildT, const uint32_t Log2Dim = ChildT::LOG2DIM + 1>
ValueType nanovdb::InternalNode< ChildT, Log2Dim >::Tile::value

Definition at line 167 of file kernel/util/nanovdb.h.


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