Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_compute_hyper_and_super_structure_permute_arcs_h
54 #define vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_compute_hyper_and_super_structure_permute_arcs_h
63 namespace contourtree_augmented
65 namespace contourtree_maker_inc
73 WholeArrayIn shSortIndex,
74 WholeArrayOut contourTreeSHArcs);
82 template <
typename InFieldPortalType,
typename OutFieldPortalType>
85 const InFieldPortalType& shSortIndexPortal,
86 const OutFieldPortalType& contourTreeSHArcsPortal)
const
91 contourTreeSHArcsPortal.Set(
VTKM_EXEC void operator()(const vtkm::Id &sharc, const vtkm::Id supernode, const InFieldPortalType &shSortIndexPortal, const OutFieldPortalType &contourTreeSHArcsPortal) const
Definition: ComputeHyperAndSuperStructure_PermuteArcs.h:83
#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
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
void ControlSignature(FieldIn permutedSHArcs, WholeArrayIn shSortIndex, WholeArrayOut contourTreeSHArcs)
Definition: ComputeHyperAndSuperStructure_PermuteArcs.h:72
VTKM_EXEC_CONT ComputeHyperAndSuperStructure_PermuteArcs()
Definition: ComputeHyperAndSuperStructure_PermuteArcs.h:80
constexpr vtkm::Id IS_ASCENDING
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:77
void ExecutionSignature(_1, InputIndex, _2, _3)
Definition: ComputeHyperAndSuperStructure_PermuteArcs.h:75
Definition: ComputeHyperAndSuperStructure_PermuteArcs.h:69
constexpr vtkm::Id NO_SUCH_ELEMENT
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:73
_1 InputDomain
Definition: ComputeHyperAndSuperStructure_PermuteArcs.h:76
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38