Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_identify_regularise_supernodes_step_two_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_identify_regularise_supernodes_step_two_worklet_h
63 namespace contourtree_distributed
76 ExecObject meshBoundary,
77 WholeArrayOut newVertexId
86 template <
typename MeshBoundaryType,
typename OutFieldPortalType>
88 const vtkm::Id& bractVertexSupersetValue,
91 const MeshBoundaryType& meshBoundary,
92 const OutFieldPortalType& newVertexIdPortal)
const
99 newVertexIdPortal.Set(boundaryNode,
104 meshBoundary.LiesOnBoundary(
105 bractVertexSupersetValue))
107 newVertexIdPortal.Set(boundaryNode,
constexpr vtkm::Id ELEMENT_EXISTS
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:80
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
_1 InputDomain
Definition: IdentifyRegularisedSupernodesStepTwoWorklet.h:80
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
VTKM_EXEC void operator()(const vtkm::Id &boundaryNode, const vtkm::Id &bractVertexSupersetValue, const vtkm::Id &upNeighbourValue, const vtkm::Id &downNeighbourValue, const MeshBoundaryType &meshBoundary, const OutFieldPortalType &newVertexIdPortal) const
Definition: IdentifyRegularisedSupernodesStepTwoWorklet.h:87
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
A control signature tag for input fields.
Definition: WorkletMapField.h:49
Step 2 of IdentifyRegularisedSupernodes We also want to flag the leaves and boundary nodes as necessa...
Definition: IdentifyRegularisedSupernodesStepTwoWorklet.h:70
void(InputIndex, _1, _2, _3, _4, _5) ExecutionSignature
Definition: IdentifyRegularisedSupernodesStepTwoWorklet.h:79
void(FieldIn bractVertexSuperset, FieldIn upNeighbour, FieldIn downNeighbour, ExecObject meshBoundary, WholeArrayOut newVertexId) ControlSignature
Definition: IdentifyRegularisedSupernodesStepTwoWorklet.h:78
VTKM_EXEC_CONT IdentifyRegularisedSupernodesStepTwoWorklet()
Definition: IdentifyRegularisedSupernodesStepTwoWorklet.h:84
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38