Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_array_sum_functor_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_array_sum_functor_h
63 namespace contourtree_distributed
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
VTKM_EXEC_CONT vtkm::Id operator()(const vtkm::Pair< vtkm::Id, vtkm::Id > &inp) const
Definition: SumFunctor.h:76
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
FirstType first
The pair's first object.
Definition: Pair.h:50
#define VTKM_CONT
Definition: ExportMacros.h:57
VTKM_CONT SumFunctor()
Definition: SumFunctor.h:73
A vtkm::Pair is essentially the same as an STL pair object except that the methods (constructors and ...
Definition: Pair.h:29
SecondType second
The pair's second object.
Definition: Pair.h:55
Definition: SumFunctor.h:69