Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_compress_regularised_nodes_transfer_vertices_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_compress_regularised_nodes_transfer_vertices_worklet_h
63 namespace contourtree_distributed
74 WholeArrayOut newVertexIndex);
82 template <
typename OutPortalType>
85 const OutPortalType& newVertexIndexPortal)
const
89 newVertexIndexPortal.Set(newVertexIdIn, bractVertexSupersetIndex);
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_EXEC void operator()(const vtkm::Id &bractVertexSupersetIndex, const vtkm::Id &newVertexIdIn, const OutPortalType &newVertexIndexPortal) const
Definition: CompressRegularisedNodesTransferVerticesWorklet.h:83
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Step 1 of IdentifyRegularisedSupernodes.
Definition: CompressRegularisedNodesTransferVerticesWorklet.h:69
VTKM_EXEC_CONT bool NoSuchElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:97
A control signature tag for input fields.
Definition: WorkletMapField.h:49
_1 InputDomain
Definition: CompressRegularisedNodesTransferVerticesWorklet.h:76
void(_1, _2, _3) ExecutionSignature
Definition: CompressRegularisedNodesTransferVerticesWorklet.h:75
VTKM_EXEC_CONT CompressRegularisedNodesTransferVerticesWorklet()
Definition: CompressRegularisedNodesTransferVerticesWorklet.h:80
void(FieldIn bractVertexSuperset, FieldIn newVertexId, WholeArrayOut newVertexIndex) ControlSignature
Definition: CompressRegularisedNodesTransferVerticesWorklet.h:74
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38