Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_reset_hyperparents_id_h
54 #define vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_reset_hyperparents_id_h
63 namespace contourtree_augmented
65 namespace contourtree_maker_inc
73 WholeArrayInOut contourTreeHyperparents
82 template <
typename InFieldPortalType,
typename InOutFieldPortalType>
85 const InOutFieldPortalType& contourTreeHyperparentsPortal)
const
87 contourTreeHyperparentsPortal.Set(
89 superSortIndexPortal.Get(
MaskedIndex(contourTreeHyperparentsPortal.Get(supernode))));
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
void ExecutionSignature(_1, InputIndex, _2)
Definition: ComputeHyperAndSuperStructure_ResetHyperparentsId.h:75
#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 ControlSignature(WholeArrayIn superSortIndex, WholeArrayInOut contourTreeHyperparents)
Definition: ComputeHyperAndSuperStructure_ResetHyperparentsId.h:72
Definition: ComputeHyperAndSuperStructure_ResetHyperparentsId.h:69
_1 InputDomain
Definition: ComputeHyperAndSuperStructure_ResetHyperparentsId.h:76
VTKM_EXEC void operator()(const InFieldPortalType &superSortIndexPortal, const vtkm::Id supernode, const InOutFieldPortalType &contourTreeHyperparentsPortal) const
Definition: ComputeHyperAndSuperStructure_ResetHyperparentsId.h:83
VTKM_EXEC_CONT ComputeHyperAndSuperStructure_ResetHyperparentsId()
Definition: ComputeHyperAndSuperStructure_ResetHyperparentsId.h:80
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38