Blender V4.3
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 129 of file nanovdb.h.

Member Data Documentation

◆ child

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

Definition at line 131 of file nanovdb.h.

◆ key

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

Definition at line 130 of file nanovdb.h.

◆ state

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

Definition at line 132 of file nanovdb.h.

◆ value

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

Definition at line 133 of file nanovdb.h.


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