Blender V4.5
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 173 of file 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 175 of file nanovdb.h.

◆ value

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

Definition at line 174 of file nanovdb.h.


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