Go to the documentation of this file.
63 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_add_to_array_elements_worklet_h
64 #define vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_add_to_array_elements_worklet_h
73 namespace contourtree_augmented
75 namespace mesh_dem_contourtree_mesh_inc
84 arrayValue += addedValue;
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
void(FieldInOut, FieldIn) ControlSignature
Definition: AddToArrayElementsWorklet.h:80
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
Definition: AddToArrayElementsWorklet.h:78
VTKM_EXEC void operator()(vtkm::Id &arrayValue, const vtkm::IdComponent &addedValue) const
Definition: AddToArrayElementsWorklet.h:82
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
A control signature tag for input-output (in-place) fields.
Definition: WorkletMapField.h:71
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38