|
Blender V5.0
|
#include <nanovdb.h>
Public Types | |
| using | ValueType = typename RootT::ValueType |
Public Member Functions | |
| ccl_device_inline_method | CachedReadAccessor (const ccl_global RootT &root) |
| template<typename NodeT> | |
| ccl_device_inline_method bool | isCached (const Coord ijk) const |
| ccl_device_inline_method ValueType | getValueAndCache (const ccl_global RootT &node, const Coord ijk) const |
| ccl_device_inline_method ValueType | getValueAndCache (const ccl_global LeafT &node, const Coord ijk) const |
| template<typename NodeT> | |
| ccl_device_inline_method ValueType | getValueAndCache (const ccl_global NodeT &node, const Coord ijk) const |
| ccl_device_inline_method ValueType | getValue (const Coord ijk) const |
| template<typename NodeT> | |
| ccl_device_inline_method void | insert (const Coord ijk, const ccl_global NodeT *node) const |
Definition at line 357 of file kernel/util/nanovdb.h.
| using nanovdb::CachedReadAccessor< BuildT >::ValueType = typename RootT::ValueType |
Definition at line 368 of file kernel/util/nanovdb.h.
|
inline |
Definition at line 370 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, and ccl_global.
|
inline |
Definition at line 412 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, ccl_global, getValueAndCache(), and isCached().
|
inline |
Definition at line 393 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, and ccl_global.
|
inline |
Definition at line 400 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, ccl_global, getValueAndCache(), and insert().
|
inline |
Definition at line 379 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, ccl_global, getValueAndCache(), insert(), and tile.
Referenced by getValue(), getValueAndCache(), and getValueAndCache().
|
inline |
Definition at line 427 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, ccl_global, and MASK.
|
inline |
Definition at line 372 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, int3::x, int3::y, y, and int3::z.
Referenced by getValue().