Blender V4.3
nanovdb::ReadAccessor< BuildT > Class Template Reference

#include <nanovdb.h>

Public Types

using ValueType = typename RootT::ValueType
 

Public Member Functions

ccl_device_inline_method ReadAccessor (ccl_global const RootT &root)
 
ccl_device_inline_method ValueType getValue (const Coord ijk) const
 

Detailed Description

template<typename BuildT>
class nanovdb::ReadAccessor< BuildT >

Definition at line 317 of file nanovdb.h.

Member Typedef Documentation

◆ ValueType

template<typename BuildT >
using nanovdb::ReadAccessor< BuildT >::ValueType = typename RootT::ValueType

Definition at line 324 of file nanovdb.h.

Constructor & Destructor Documentation

◆ ReadAccessor()

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

Definition at line 326 of file nanovdb.h.

Member Function Documentation

◆ getValue()

template<typename BuildT >
ccl_device_inline_method ValueType nanovdb::ReadAccessor< BuildT >::getValue ( const Coord ijk) const
inline

Definition at line 328 of file nanovdb.h.

References ccl_global, nanovdb::LeafNode< BuildT, Log2Dim >::getValue(), and tile.


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