OpenVDB 11.0.0
|
Private template struct that performs the actual multi-threading. More...
#include <openvdb/tools/MultiResGrid.h>
Public Types | |
using | ManagerT = tree::LeafManager<TreeType> |
using | RangeT = typename ManagerT::LeafRange |
Public Member Functions | |
CookOp (const TreeType &srcTree, TreeType &dstTree, size_t grainSize) | |
CookOp (const CookOp &other) | |
void | operator() (const RangeT &range) const |
Public Attributes | |
const ConstAccessor | acc |
Private template struct that performs the actual multi-threading.
using ManagerT = tree::LeafManager<TreeType> |
using RangeT = typename ManagerT::LeafRange |
|
inline |
|
inline |
|
inline |