|
HDK
|
#include <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 |
Definition at line 211 of file PointsToMask.h.
| using openvdb::OPENVDB_VERSION_NAME::tools::PointsToMask< GridT, InterrupterT >::ReducePool::IterT = typename VecT::iterator |
Definition at line 214 of file PointsToMask.h.
| using openvdb::OPENVDB_VERSION_NAME::tools::PointsToMask< GridT, InterrupterT >::ReducePool::RangeT = tbb::blocked_range<IterT> |
Definition at line 215 of file PointsToMask.h.
| using openvdb::OPENVDB_VERSION_NAME::tools::PointsToMask< GridT, InterrupterT >::ReducePool::VecT = std::vector<GridT*> |
Definition at line 213 of file PointsToMask.h.
|
inline |
Definition at line 217 of file PointsToMask.h.
|
inline |
Definition at line 233 of file PointsToMask.h.
|
inline |
Definition at line 239 of file PointsToMask.h.
|
inline |
Definition at line 246 of file PointsToMask.h.
|
inline |
Definition at line 241 of file PointsToMask.h.
| GridT* openvdb::OPENVDB_VERSION_NAME::tools::PointsToMask< GridT, InterrupterT >::ReducePool::mGrid |
Definition at line 249 of file PointsToMask.h.
| const bool openvdb::OPENVDB_VERSION_NAME::tools::PointsToMask< GridT, InterrupterT >::ReducePool::mOwnsGrid |
Definition at line 248 of file PointsToMask.h.