Go to the documentation of this file.
57 #ifndef vtkm_worklet_contourtree_update_outbound_h
58 #define vtkm_worklet_contourtree_update_outbound_h
75 WholeArrayInOut outbound);
83 template <
typename InOutPortalType>
86 vtkm::Id outNeighbour = outbound.Get(superID);
93 vtkm::Id doubleOut = outbound.Get(outNeighbour);
98 outbound.Set(superID, doubleOut);
#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
Definition: UpdateOutbound.h:71
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
#define NO_VERTEX_ASSIGNED
Definition: filter/scalar_topology/worklet/contourtree/Types.h:77
VTKM_EXEC_CONT UpdateOutbound()
Definition: UpdateOutbound.h:81
_1 InputDomain
Definition: UpdateOutbound.h:77
void(FieldIn superID, WholeArrayInOut outbound) ControlSignature
Definition: UpdateOutbound.h:75
VTKM_EXEC void operator()(const vtkm::Id &superID, const InOutPortalType &outbound) const
Definition: UpdateOutbound.h:84
void(_1, _2) ExecutionSignature
Definition: UpdateOutbound.h:76
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38