Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_find_necessary_interior_supernodes_set_superparent_necessary_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_bract_maker_find_necessary_interior_supernodes_set_superparent_necessary_worklet_h
63 namespace contourtree_distributed
74 WholeArrayIn superparents,
75 WholeArrayIn superarcs,
76 WholeArrayOut isNecessary
85 template <
typename InFieldPortalType,
typename OutFieldPortalType>
87 const InFieldPortalType superparentsPortal,
88 const InFieldPortalType superarcsPortal,
89 const OutFieldPortalType& isNecessaryPortal)
const
96 isNecessaryPortal.Set(superparent,
true);
98 vtkm::Id supertarget = superarcsPortal.Get(superparent);
Worklet to transfer the dependent counts for hyperarcs Part of the BoundaryRestrictedAugmentedContour...
Definition: FindNecessaryInteriorSetSuperparentNecessaryWorklet.h:70
#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_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
void(_1, _2, _3, _4) ExecutionSignature
Definition: FindNecessaryInteriorSetSuperparentNecessaryWorklet.h:78
_1 InputDomain
Definition: FindNecessaryInteriorSetSuperparentNecessaryWorklet.h:79
VTKM_EXEC_CONT bool NoSuchElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:97
VTKM_EXEC_CONT FindNecessaryInteriorSetSuperparentNecessaryWorklet()
Definition: FindNecessaryInteriorSetSuperparentNecessaryWorklet.h:83
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC void operator()(const vtkm::Id &boundaryIndex, const InFieldPortalType superparentsPortal, const InFieldPortalType superarcsPortal, const OutFieldPortalType &isNecessaryPortal) const
Definition: FindNecessaryInteriorSetSuperparentNecessaryWorklet.h:86
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38
void(FieldIn boundaryIndices, WholeArrayIn superparents, WholeArrayIn superarcs, WholeArrayOut isNecessary) ControlSignature
Definition: FindNecessaryInteriorSetSuperparentNecessaryWorklet.h:77