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

#include <nanovdb.h>

Public Types

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

Public Member Functions

const ccl_device_inline_method ccl_global 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 91 of file nanovdb.h.

Member Typedef Documentation

◆ BuildType

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

Definition at line 98 of file nanovdb.h.

◆ ValueType

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

Definition at line 97 of file nanovdb.h.

Member Function Documentation

◆ root()

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

Definition at line 100 of file nanovdb.h.

References ccl_global.

Member Data Documentation

◆ mNodeCount

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

Definition at line 93 of file nanovdb.h.

◆ mNodeOffset

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

Definition at line 92 of file nanovdb.h.

◆ mTileCount

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

Definition at line 94 of file nanovdb.h.

◆ mVoxelCount

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

Definition at line 95 of file nanovdb.h.


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