#include <nanovdb/NanoVDB.h>
|
template<typename > |
class | RootNode |
| Allow nodes to insert themselves into the cache. More...
|
|
template<typename , uint32_t > |
class | InternalNode |
|
template<typename , typename , template< uint32_t > class, uint32_t > |
class | LeafNode |
|
◆ CoordType
◆ NodeInfo
◆ ValueType
◆ ReadAccessor() [1/2]
Constructor from a root node.
◆ ReadAccessor() [2/2]
◆ ~ReadAccessor()
◆ 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=()
◆ 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 |