Blender V4.3
nanovdb::Tree< RootT > Struct Template Reference

#include <nanovdb.h>

Public Types

using ValueType = typename RootT::ValueType
 
using BuildType = typename RootT::BuildType
 

Public Member Functions

ccl_device_inline_method ccl_global const RootT & root () const ccl_global
 

Public Attributes

int64_t mNodeOffset [4]
 
uint32_t mNodeCount [3]
 
uint32_t mTileCount [3]
 
uint64_t mVoxelCount
 

Detailed Description

template<typename RootT>
struct nanovdb::Tree< RootT >

Definition at line 83 of file nanovdb.h.

Member Typedef Documentation

◆ BuildType

template<typename RootT >
using nanovdb::Tree< RootT >::BuildType = typename RootT::BuildType

Definition at line 90 of file nanovdb.h.

◆ ValueType

template<typename RootT >
using nanovdb::Tree< RootT >::ValueType = typename RootT::ValueType

Definition at line 89 of file nanovdb.h.

Member Function Documentation

◆ root()

template<typename RootT >
ccl_device_inline_method ccl_global const RootT & nanovdb::Tree< RootT >::root ( ) const
inline

Definition at line 92 of file nanovdb.h.

References ccl_global.

Member Data Documentation

◆ mNodeCount

template<typename RootT >
uint32_t nanovdb::Tree< RootT >::mNodeCount[3]

Definition at line 85 of file nanovdb.h.

◆ mNodeOffset

template<typename RootT >
int64_t nanovdb::Tree< RootT >::mNodeOffset[4]

Definition at line 84 of file nanovdb.h.

◆ mTileCount

template<typename RootT >
uint32_t nanovdb::Tree< RootT >::mTileCount[3]

Definition at line 86 of file nanovdb.h.

◆ mVoxelCount

template<typename RootT >
uint64_t nanovdb::Tree< RootT >::mVoxelCount

Definition at line 87 of file nanovdb.h.


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