Go to the documentation of this file.
57 #ifndef vtkm_worklet_contourtree_regular_to_candidate_h
58 #define vtkm_worklet_contourtree_regular_to_candidate_h
75 WholeArrayIn mergeArcs,
76 WholeArrayIn regularToCritical,
85 template <
typename InFieldPortalType>
87 const InFieldPortalType& mergeArcs,
88 const InFieldPortalType& regularToCritical)
const
93 vtkm::Id joinNeighbour = mergeArcs.Get(vertexID);
101 sortVector = regularToCritical.Get(joinNeighbour);
#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
A control signature tag for output fields.
Definition: WorkletMapField.h:60
Definition: RegularToCandidate.h:71
VTKM_EXEC_CONT RegularToCandidate()
Definition: RegularToCandidate.h:83
void(FieldIn vertexId, WholeArrayIn mergeArcs, WholeArrayIn regularToCritical, FieldOut sortVector) ControlSignature
Definition: RegularToCandidate.h:77
_1 InputDomain
Definition: RegularToCandidate.h:79
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC vtkm::Id operator()(const vtkm::Id &vertexID, const InFieldPortalType &mergeArcs, const InFieldPortalType ®ularToCritical) const
Definition: RegularToCandidate.h:86
#define NO_VERTEX_ASSIGNED
Definition: filter/scalar_topology/worklet/contourtree/Types.h:77
_4(_1, _2, _3) ExecutionSignature
Definition: RegularToCandidate.h:78
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38