Go to the documentation of this file.
69 #ifndef vtkm_worklet_contourtree_vertex_value_comparator_h
70 #define vtkm_worklet_contourtree_vertex_value_comparator_h
82 template <
typename InFieldPortalType>
98 return ascending ^
true;
102 return ascending ^
false;
106 return ascending ^
true;
110 return ascending ^
false;
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_EXEC_CONT VertexValueComparator(const InFieldPortalType &Values)
Definition: VertexValueComparator.h:89
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
const InFieldPortalType & values
Definition: VertexValueComparator.h:86
VTKM_EXEC bool operator()(const vtkm::Id &i, const vtkm::Id &j, bool ascending) const
Definition: VertexValueComparator.h:94
Definition: VertexValueComparator.h:83