Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_mesh_dem_get_owned_vertices_by_global_id_worklet_h
54 #define vtk_m_worklet_contourtree_augmented_mesh_dem_get_owned_vertices_by_global_id_worklet_h
63 namespace contourtree_augmented
65 namespace data_set_mesh
73 ExecObject meshStructure,
89 template <
typename MeshStructureType>
91 const MeshStructureType& meshStructure)
const
VTKM_EXEC vtkm::Id operator()(const vtkm::Id meshIndex, const MeshStructureType &meshStructure) const
Functor returning NO_SUCH_ELEMENT if vertex is not owed or the global mesh index if the vertex is own...
Definition: GetOwnedVerticesByGlobalIdWorklet.h:90
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_EXEC_CONT GetOwnedVerticesByGlobalIdWorklet(const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler &localToGlobalIdRelabeler)
Definition: GetOwnedVerticesByGlobalIdWorklet.h:81
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
A control signature tag for output fields.
Definition: WorkletMapField.h:60
_1 InputDomain
Definition: GetOwnedVerticesByGlobalIdWorklet.h:77
const vtkm::worklet::contourtree_augmented::mesh_dem::IdRelabeler LocalToGlobalIdRelabeler
Definition: GetOwnedVerticesByGlobalIdWorklet.h:97
void(FieldIn meshIndices, ExecObject meshStructure, FieldOut ownedVertices) ControlSignature
Definition: GetOwnedVerticesByGlobalIdWorklet.h:75
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: GetOwnedVerticesByGlobalIdWorklet.h:69
A control signature tag for input fields.
Definition: WorkletMapField.h:49
_3(_1, _2) ExecutionSignature
Definition: GetOwnedVerticesByGlobalIdWorklet.h:76
A utility class that converts Ids from local to global given a mesh.
Definition: IdRelabeler.h:79
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38