|
OpenVDB 10.0.1
|
#include <openvdb/tools/PointsToMask.h>
Public Types | |
| using | VecT = std::vector< GridT * > |
| using | IterT = typename VecT::iterator |
| using | RangeT = tbb::blocked_range< IterT > |
Public Member Functions | |
| ReducePool (PoolType &pool, GridT *grid, size_t grainSize=1) | |
| ReducePool (const ReducePool &, tbb::split) | |
| ~ReducePool () | |
| void | operator() (const RangeT &r) |
| void | join (ReducePool &other) |
Public Attributes | |
| const bool | mOwnsGrid |
| GridT * | mGrid |
| using IterT = typename VecT::iterator |
| using VecT = std::vector<GridT*> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| GridT* mGrid |
| const bool mOwnsGrid |