Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_compress_regularised_nodes_copy_necessary_regular_nodes_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_compress_regularised_nodes_copy_necessary_regular_nodes_worklet_h
63 namespace contourtree_distributed
87 newVertexIdIn = keptInBoundaryTree - 1;
#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_EXEC void operator()(vtkm::Id &newVertexIdIn, const vtkm::Id &keptInBoundaryTree) const
Definition: CompressRegularisedNodesCopyNecessaryRegularNodesWorklet.h:83
void(FieldInOut newVertexId, FieldIn keptInBoundaryTree) ControlSignature
Definition: CompressRegularisedNodesCopyNecessaryRegularNodesWorklet.h:75
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
VTKM_EXEC_CONT bool NoSuchElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:97
void(_1, _2) ExecutionSignature
Definition: CompressRegularisedNodesCopyNecessaryRegularNodesWorklet.h:76
A control signature tag for input fields.
Definition: WorkletMapField.h:49
_1 InputDomain
Definition: CompressRegularisedNodesCopyNecessaryRegularNodesWorklet.h:77
A control signature tag for input-output (in-place) fields.
Definition: WorkletMapField.h:71
VTKM_EXEC_CONT CompressRegularisedNodesCopyNecessaryRegularNodesWorklet()
Definition: CompressRegularisedNodesCopyNecessaryRegularNodesWorklet.h:81
Step 1 of IdentifyRegularisedSupernodes.
Definition: CompressRegularisedNodesCopyNecessaryRegularNodesWorklet.h:69
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38