Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_mesh_dem_sort_indices_h
54 #define vtk_m_worklet_contourtree_augmented_mesh_dem_sort_indices_h
62 namespace contourtree_augmented
64 namespace data_set_mesh
72 WholeArrayOut sortIndices);
80 template <
typename InFieldPortalType,
typename OutFieldPortalType>
83 const OutFieldPortalType& sortIndices)
const
85 sortIndices.Set(sortOrder.Get(vertexIndex), vertexIndex);
void ExecutionSignature(_1, InputIndex, _2)
Definition: SortIndices.h:73
VTKM_EXEC void operator()(const InFieldPortalType &sortOrder, const vtkm::Id vertexIndex, const OutFieldPortalType &sortIndices) const
Definition: SortIndices.h:81
#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
void ControlSignature(WholeArrayIn sortOrder, WholeArrayOut sortIndices)
Definition: SortIndices.h:71
Definition: SortIndices.h:68
_1 InputDomain
Definition: SortIndices.h:74
VTKM_EXEC_CONT SortIndices()
Definition: SortIndices.h:78
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38