Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_compute_hyper_and_super_structure_set_first_supernode_per_iteration_worklet_h
54 #define vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_compute_hyper_and_super_structure_set_first_supernode_per_iteration_worklet_h
63 namespace contourtree_augmented
65 namespace contourtree_maker_inc
74 WholeArrayIn whenTransferred,
75 WholeArrayOut firstSupernodePerIteration);
83 template <
typename InFieldPortalType,
typename OutFieldPortalType>
85 const InFieldPortalType& whenTransferredPortal,
86 const OutFieldPortalType& firstSupernodePerIterationPortal)
const
93 firstSupernodePerIterationPortal.Set(when, supernode);
101 firstSupernodePerIterationPortal.Set(when, supernode);
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
void ControlSignature(FieldIn supernodeIndex, WholeArrayIn whenTransferred, WholeArrayOut firstSupernodePerIteration)
Definition: ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h:73
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
Definition: ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h:69
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
VTKM_EXEC void operator()(const vtkm::Id &supernode, const InFieldPortalType &whenTransferredPortal, const OutFieldPortalType &firstSupernodePerIterationPortal) const
Definition: ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h:84
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC_CONT ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet()
Definition: ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h:81
_1 InputDomain
Definition: ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h:77
void ExecutionSignature(_1, _2, _3)
Definition: ComputeHyperAndSuperStructure_SetFirstSupernodePerIterationWorklet.h:76
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38