Go to the documentation of this file.
63 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_copy_into_combined_neighbors_worklet_h
64 #define vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_copy_into_combined_neighbors_worklet_h
73 namespace contourtree_augmented
75 namespace mesh_dem_contourtree_mesh_inc
86 template <
typename InGroupType,
typename OutGroupType>
90 VTKM_ASSERT(groupSize == combinedNeighbors.GetNumberOfComponents());
93 combinedNeighbors[index] = newNeighbors[index];
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_ASSERT(condition)
Definition: Assert.h:43
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
void(FieldIn, FieldInOut) ControlSignature
Definition: CopyIntoCombinedNeighborsWorklet.h:84
A control signature tag for input fields.
Definition: WorkletMapField.h:49
Definition: CopyIntoCombinedNeighborsWorklet.h:78
A control signature tag for input-output (in-place) fields.
Definition: WorkletMapField.h:71
VTKM_EXEC void operator()(const InGroupType &newNeighbors, OutGroupType &combinedNeighbors) const
Definition: CopyIntoCombinedNeighborsWorklet.h:87
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38