OpenVDB
3.1.0
|
NodeManager produces linear arrays of all tree nodes allowing for efficient threading and bottom-up processing. More...
#include <tbb/parallel_for.h>
#include <openvdb/Types.h>
#include <deque>
Go to the source code of this file.
Classes | |
class | NodeManager< TreeOrLeafManagerT, _LEVELS > |
To facilitate threading over the nodes of a tree, cache node pointers in linear arrays, one for each level of the tree. More... | |
class | NodeList< NodeT > |
This class caches tree nodes of a specific type in a linear array. More... | |
class | NodeList< NodeT >::NodeRange |
class | NodeList< NodeT >::NodeRange::Iterator |
struct | NodeList< NodeT >::NodeTransformer< NodeOp > |
class | NodeManagerLink< NodeT, LEVEL > |
This class is a link in a chain that each caches tree nodes of a specific type in a linear array. More... | |
class | NodeManagerLink< NodeT, 0 > |
Specialization that terminates the chain of cached tree nodes. More... | |
class | NodeManager< TreeOrLeafManagerT, _LEVELS > |
To facilitate threading over the nodes of a tree, cache node pointers in linear arrays, one for each level of the tree. More... | |
class | NodeManager< TreeOrLeafManagerT, 0 > |
Template specialization of the NodeManager with no caching of nodes. More... | |
class | NodeManager< TreeOrLeafManagerT, 1 > |
Template specialization of the NodeManager with one level of nodes. More... | |
class | NodeManager< TreeOrLeafManagerT, 2 > |
Template specialization of the NodeManager with two levels of nodes. More... | |
class | NodeManager< TreeOrLeafManagerT, 3 > |
Template specialization of the NodeManager with three levels of nodes. More... | |
class | NodeManager< TreeOrLeafManagerT, 4 > |
Template specialization of the NodeManager with four levels of nodes. More... | |
Namespaces | |
openvdb | |
openvdb::v3_1_0 | |
openvdb::v3_1_0::tree | |
NodeManager produces linear arrays of all tree nodes allowing for efficient threading and bottom-up processing.