|
OpenVDB
3.2.0
|
#include <PointsToMask.h>
Public Types | |
| typedef std::vector< GridT * > | VecT |
| typedef VecT::iterator | IterT |
| typedef tbb::blocked_range< IterT > | RangeT |
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 |
| typedef VecT::iterator IterT |
| typedef std::vector<GridT*> VecT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| GridT* mGrid |
| const bool mOwnsGrid |
1.8.11