Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_mesh_extrema_inc_set_starts_h
54 #define vtk_m_worklet_contourtree_augmented_mesh_extrema_inc_set_starts_h
62 namespace contourtree_augmented
64 namespace mesh_extrema_inc
74 ExecObject meshStructure,
75 WholeArrayOut meshExtema);
83 template <
typename MeshStructureType,
typename OutFieldPortalType>
85 const MeshStructureType& meshStructure,
86 const OutFieldPortalType& meshExtrema)
const
88 meshExtrema.Set(sortIndex, meshStructure.GetExtremalNeighbour(sortIndex));
VTKM_EXEC_CONT SetStarts()
Definition: SetStarts.h:81
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
VTKM_EXEC void operator()(const vtkm::Id &sortIndex, const MeshStructureType &meshStructure, const OutFieldPortalType &meshExtrema) const
Definition: SetStarts.h:84
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
void ControlSignature(FieldIn sortIndices, ExecObject meshStructure, WholeArrayOut meshExtema)
Definition: SetStarts.h:72
_1 InputDomain
Definition: SetStarts.h:77
Definition: SetStarts.h:69
void ExecutionSignature(_1, _2, _3)
Definition: SetStarts.h:76
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38