Blender V5.0
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 130 of file kernel/util/nanovdb.h.

Member Data Documentation

◆ child

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

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

◆ key

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

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

◆ state

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

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

◆ value

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

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


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