iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | List of all members
imstk::ParallelUtils::MaxL2NormFunctor Class Reference

Private helper class, providing operator() using in std::parallel_reduce for finding max L2 norm of an array of Vec3r. More...

#include <imstkParallelReduce.h>

Public Member Functions

 MaxL2NormFunctor (const VecDataArray< double, 3 > &data)
 
 MaxL2NormFunctor (MaxL2NormFunctor &pObj, tbb::split)
 
MaxL2NormFunctoroperator= (const MaxL2NormFunctor &)=delete
 
void operator() (const tbb::blocked_range< size_t > &r)
 
void join (MaxL2NormFunctor &pObj)
 
double getResult () const
 

Detailed Description

Private helper class, providing operator() using in std::parallel_reduce for finding max L2 norm of an array of Vec3r.

Definition at line 66 of file imstkParallelReduce.h.


The documentation for this class was generated from the following file: