#include <nanovdb/NanoVDB.h>
|
| template<typename > |
| class | RootNode |
| | Allow nodes to insert themselves into the cache.
|
| |
| template<typename , uint32_t > |
| class | InternalNode |
| |
| template<typename , typename , template< uint32_t > class, uint32_t > |
| class | LeafNode |
| |
◆ CoordType
◆ NodeInfo
◆ ValueType
◆ ReadAccessor() [1/4]
Constructor from a root node.
◆ ReadAccessor() [2/4]
◆ ReadAccessor() [3/4]
◆ ReadAccessor() [4/4]
◆ ~ReadAccessor()
◆ clear()
Reset this access to its initial state, i.e. with an empty cache.
◆ getDim()
| uint32_t getDim |
( |
const CoordType & |
ijk, |
|
|
const RayT & |
ray |
|
) |
| const |
|
inline |
◆ getNodeInfo()
◆ getValue()
◆ isActive()
◆ isCached1()
| bool isCached1 |
( |
const CoordType & |
ijk | ) |
const |
|
inline |
◆ isCached2()
| bool isCached2 |
( |
const CoordType & |
ijk | ) |
const |
|
inline |
◆ operator()() [1/2]
◆ operator()() [2/2]
| ValueType operator() |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inline |
◆ operator=()
◆ probeLeaf()
◆ probeValue()
◆ root()
| const RootT & root |
( |
| ) |
const |
|
inline |
◆ InternalNode
◆ LeafNode
◆ RootNode
Allow nodes to insert themselves into the cache.
◆ CacheLevels
| const int CacheLevels = 2 |
|
static |