Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_propagate_boundary_counts_transfer_dependent_counts_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_propagate_boundary_counts_transfer_dependent_counts_worklet_h
63 namespace contourtree_distributed
74 WholeArrayIn hypernodes,
75 WholeArrayIn superarcDependentBoundaryCount,
76 WholeArrayOut hyperarcDependentBoundaryCount
90 template <
typename InFieldPortalType,
typename OutFieldPortalType>
92 const InFieldPortalType& hypernodesPortal,
93 const InFieldPortalType& superarcDependentBoundaryCountPortal,
94 const OutFieldPortalType& hyperarcDependentBoundaryCountPortal)
const
111 hyperarcDependentBoundaryCountPortal.Set(
112 hypernode, superarcDependentBoundaryCountPortal.Get(lastSuperarc));
#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::Id NumHypernodes
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:134
VTKM_EXEC_CONT vtkm::Id MaskedIndex(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:127
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC_CONT PropagateBoundaryCountsTransferDependentCountsWorklet(vtkm::Id numSupernodes, vtkm::Id numHypernodes)
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:83
vtkm::Id NumSupernodes
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:133
void(FieldIn supernodeIndex, WholeArrayIn hypernodes, WholeArrayIn superarcDependentBoundaryCount, WholeArrayOut hyperarcDependentBoundaryCount) ControlSignature
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:77
_1 InputDomain
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:79
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContour...
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:70
VTKM_EXEC void operator()(const vtkm::Id &hypernode, const InFieldPortalType &hypernodesPortal, const InFieldPortalType &superarcDependentBoundaryCountPortal, const OutFieldPortalType &hyperarcDependentBoundaryCountPortal) const
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:91
void(_1, _2, _3, _4) ExecutionSignature
Definition: PropagateBoundaryCountsTransferDependentCountsWorklet.h:78
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38