iMSTK
Interactive Medical Simulation Toolkit
|
Private helper class, providing operator() using in std::parallel_reduce for finding range of a container with specified begin/end/operator[],operator++ functions. More...
#include <imstkParallelReduce.h>
Public Member Functions | |
RangeFunctor (const ContainerType &data) | |
RangeFunctor (RangeFunctor &pObj, tbb::split) | |
RangeFunctor & | operator= (const RangeFunctor &)=delete |
void | operator() (const tbb::blocked_range< size_t > &r) |
void | join (RangeFunctor &pObj) |
Vec2d | getRange () const |
Private helper class, providing operator() using in std::parallel_reduce for finding range of a container with specified begin/end/operator[],operator++ functions.
Definition at line 29 of file imstkParallelReduce.h.