Blender V4.3
nanovdb::InternalNode< ChildT, Log2Dim >::Tile Union Reference

#include <nanovdb.h>

Public Attributes

ValueType value
 
int64_t child
 

Detailed Description

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

Definition at line 165 of file nanovdb.h.

Member Data Documentation

◆ child

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

Definition at line 167 of file nanovdb.h.

◆ value

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

Definition at line 166 of file nanovdb.h.


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