|
| ReadAccessor (const RootT &root) |
| Constructor from a root node.
|
|
| ReadAccessor (const GridT &grid) |
| Constructor from a grid.
|
|
| ReadAccessor (const TreeT &tree) |
| Constructor from a tree.
|
|
void | clear () |
| Reset this access to its initial state, i.e. with an empty cache.
|
|
const RootT & | root () const |
|
| ReadAccessor (const ReadAccessor &)=default |
| Defaults constructors.
|
|
| ~ReadAccessor ()=default |
|
ReadAccessor & | operator= (const ReadAccessor &)=default |
|
bool | isCached (const CoordType &ijk) const |
|
ValueType | getValue (const CoordType &ijk) const |
|
ValueType | getValue (int i, int j, int k) const |
|
ValueType | operator() (const CoordType &ijk) const |
|
ValueType | operator() (int i, int j, int k) const |
|
auto | getNodeInfo (const CoordType &ijk) const |
|
bool | isActive (const CoordType &ijk) const |
|
bool | probeValue (const CoordType &ijk, ValueType &v) const |
|
const LeafT * | probeLeaf (const CoordType &ijk) const |
|
template<typename RayT > |
uint32_t | getDim (const CoordType &ijk, const RayT &ray) const |
|
template<typename OpT , typename... ArgsT> |
auto | get (const CoordType &ijk, ArgsT &&... args) const |
|
template<typename OpT , typename... ArgsT> |
auto | set (const CoordType &ijk, ArgsT &&... args) const |
|
template<
typename BuildT,
int LEVEL0>
class nanovdb::ReadAccessor< BuildT, LEVEL0, -1, -1 >
Node caching at a single tree level.