VTK-m
2.0
|
Functor used by DIY reduce the merge data blocks in parallel. More...
#include <HierarchicalAugmenterFunctor.h>
Public Member Functions | |
HierarchicalAugmenterFunctor (vtkm::cont::LogLevel timingsLogLevel=vtkm::cont::LogLevel::Perf) | |
Create the functor. More... | |
void | operator() (vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType > *blockData, const vtkmdiy::ReduceProxy &rp, const vtkmdiy::RegularSwapPartners &) const |
Private Attributes | |
vtkm::cont::LogLevel | TimingsLogLevel = vtkm::cont::LogLevel::Perf |
Log level to be used for outputting timing information. Default is vtkm::cont::LogLevel::Perf. More... | |
Functor used by DIY reduce the merge data blocks in parallel.
|
inline |
Create the functor.
[in] | timingsLogLevel | Set the vtkm::cont:LogLevel to be used to record timings information specific to the computation of the hierachical contour tree |
|
inline |
|
private |
Log level to be used for outputting timing information. Default is vtkm::cont::LogLevel::Perf.