|
OpenVDB
1.1.0
|
Threaded operator that applies a user-supplied functor to each leaf node in a LeafManager. More...
#include <LevelSetUtil.h>
Public Types | |
| typedef tree::LeafManager < TreeType > | LeafArray |
| typedef TreeType::ValueType | ValueType |
Public Member Functions | |
| LeafTransformer (LeafArray &, LeafOp &) | |
| void | runParallel () |
| void | runSerial () |
| void | operator() (const tbb::blocked_range< size_t > &) const |
| LeafTransformer (const LeafTransformer< TreeType, LeafOp > &) | |
Threaded operator that applies a user-supplied functor to each leaf node in a LeafManager.
| typedef tree::LeafManager<TreeType> LeafArray |
| typedef TreeType::ValueType ValueType |
| LeafTransformer | ( | LeafArray & | leafs, |
| LeafOp & | leafOp | ||
| ) |
|
inline |
|
inline |
| void runParallel | ( | ) |
| void runSerial | ( | ) |
1.8.1.2