Go to the documentation of this file.
63 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_copy_neighbors_to_packed_array_worklet_h
64 #define vtk_m_worklet_contourtree_augmented_contourtree_mesh_inc_copy_neighbors_to_packed_array_worklet_h
76 namespace contourtree_augmented
78 namespace mesh_dem_contourtree_mesh_inc
85 template <
typename InGroupType,
typename OutGroupType>
89 VTKM_ASSERT(groupSize <= inGroup.GetNumberOfComponents());
92 outGroup[index] = inGroup[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
A control signature tag for output fields.
Definition: WorkletMapField.h:60
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
Definition: CopyNeighborsToPackedArray.h:81
VTKM_EXEC void operator()(const InGroupType &inGroup, OutGroupType &outGroup) const
Definition: CopyNeighborsToPackedArray.h:86
void(FieldIn, FieldOut) ControlSignature
Definition: CopyNeighborsToPackedArray.h:83
A control signature tag for input fields.
Definition: WorkletMapField.h:49
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38