addLeaf(LeafNodeType *leaf) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
addTile(Index level, const Coord &xyz, const ValueType &value, bool state) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
CacheItem(TreeCacheT &parent) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
CacheItem(TreeCacheT &parent, const CacheItem &other) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
clear() | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
CoordLimits typedef | CacheItem< TreeCacheT, NodeVecT, AtRoot > | |
copy(TreeCacheT &parent, const CacheItem &other) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
erase(const NodeType *) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
erase(const OtherNodeType *node) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
getNode(const NodeType *&node) const | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
getNode(const NodeType *&node) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
getNode(NodeType *&node) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
getNode(OtherNodeType *&node) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
getValue(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
getValueDepth(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
insert(const Coord &xyz, const NodeType *node) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
insert(const Coord &xyz, const OtherNodeType *node) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
isCached(const Coord &xyz) const | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
isValueOn(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
isVoxel(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
LeafNodeType typedef | CacheItem< TreeCacheT, NodeVecT, AtRoot > | |
modifyValue(const Coord &xyz, const ModifyOp &op) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
modifyValueAndActiveState(const Coord &xyz, const ModifyOp &op) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
NodeType typedef | CacheItem< TreeCacheT, NodeVecT, AtRoot > | |
probeConstLeaf(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
probeConstNode(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
probeLeaf(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
probeNode(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
probeValue(const Coord &xyz, ValueType &value) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
setActiveState(const Coord &xyz, bool on) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
setValue(const Coord &xyz, const ValueType &value) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
setValueOff(const Coord &xyz, const ValueType &value) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
setValueOn(const Coord &xyz, const ValueType &value) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
setValueOnly(const Coord &xyz, const ValueType &value) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
touchLeaf(const Coord &xyz) | CacheItem< TreeCacheT, NodeVecT, AtRoot > | inline |
ValueType typedef | CacheItem< TreeCacheT, NodeVecT, AtRoot > | |