OpenVDB
12.0.0
|
NodeManager produces linear arrays of all tree nodes allowing for efficient threading and bottom-up processing. More...
#include <openvdb/Types.h>
#include <openvdb/util/Assert.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_reduce.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 | DynamicNodeManager< TreeOrLeafManagerT, _LEVELS > |
struct | NodeFilter |
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 |
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 | 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... | |
struct | ForeachFilterOp< OpT > |
struct | ReduceFilterOp< OpT > |
class | DynamicNodeManagerLink< 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 | DynamicNodeManager< TreeOrLeafManagerT, _LEVELS > |
Namespaces | |
openvdb | |
openvdb::v12_0 | |
openvdb::v12_0::tree | |
NodeManager produces linear arrays of all tree nodes allowing for efficient threading and bottom-up processing.