Go to the documentation of this file.
57 #ifndef vtkm_worklet_contourtree_regular_to_critical_up_h
58 #define vtkm_worklet_contourtree_regular_to_critical_up_h
75 WholeArrayOut critical);
83 template <
typename OutFieldPortalType>
86 const OutFieldPortalType& critical)
const
88 critical.Set(candidate, index);
VTKM_EXEC void operator()(const vtkm::Id &index, const vtkm::Id &candidate, const OutFieldPortalType &critical) const
Definition: RegularToCriticalUp.h:84
void(_1, _2, _3) ExecutionSignature
Definition: RegularToCriticalUp.h:76
#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::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
_1 InputDomain
Definition: RegularToCriticalUp.h:77
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC_CONT RegularToCriticalUp()
Definition: RegularToCriticalUp.h:81
void(FieldIn candIndex, FieldIn candidate, WholeArrayOut critical) ControlSignature
Definition: RegularToCriticalUp.h:75
Definition: RegularToCriticalUp.h:70
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38