Blender V4.5
nanovdb::RootNode< ChildT >::Tile Struct Reference

#include <nanovdb.h>

Public Attributes

KeyT key
int64_t child
uint32_t state
ValueType value

Detailed Description

template<typename ChildT>
struct nanovdb::RootNode< ChildT >::Tile

Definition at line 137 of file nanovdb.h.

Member Data Documentation

◆ child

template<typename ChildT>
int64_t nanovdb::RootNode< ChildT >::Tile::child

Definition at line 139 of file nanovdb.h.

◆ key

template<typename ChildT>
KeyT nanovdb::RootNode< ChildT >::Tile::key

Definition at line 138 of file nanovdb.h.

◆ state

template<typename ChildT>
uint32_t nanovdb::RootNode< ChildT >::Tile::state

Definition at line 140 of file nanovdb.h.

◆ value

template<typename ChildT>
ValueType nanovdb::RootNode< ChildT >::Tile::value

Definition at line 141 of file nanovdb.h.


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