Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_boundary_tree_maker_compress_regularised_nodes_fill_bract_superarcs_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_boundary_tree_maker_compress_regularised_nodes_fill_bract_superarcs_worklet_h
63 namespace contourtree_distributed
74 WholeArrayIn reverseSorter,
84 template <
typename InFieldPortalType>
86 const InFieldPortalType reverseSorterPortal,
87 const vtkm::Id& vertexSorterIndex)
const
89 vtkm::Id newSuperarcIndex = newSuperarcPortal.Get(vertexSorterIndex);
96 return reverseSorterPortal.Get(newSuperarcIndex);
#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
A control signature tag for output fields.
Definition: WorkletMapField.h:60
VTKM_EXEC vtkm::Id operator()(const InFieldPortalType newSuperarcPortal, const InFieldPortalType reverseSorterPortal, const vtkm::Id &vertexSorterIndex) const
Definition: CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h:85
Step 1 of IdentifyRegularisedSupernodes.
Definition: CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h:69
void(WholeArrayIn newSuperarc, WholeArrayIn reverseSorter, FieldIn vertexSorter, FieldOut bractSuperarcs) ControlSignature
Definition: CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h:76
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
_4(_1, _2, _3) ExecutionSignature
Definition: CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h:77
_1 InputDomain
Definition: CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h:78
constexpr vtkm::Id NO_SUCH_ELEMENT
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:73
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38
VTKM_EXEC_CONT CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet()
Definition: CompressRegularisedNodesFillBoundaryTreeSuperarcsWorklet.h:82