Go to the documentation of this file.
54 #ifndef vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_find_degrees_reset_up_and_downdegree_h
55 #define vtk_m_worklet_contourtree_augmented_contourtree_maker_inc_find_degrees_reset_up_and_downdegree_h
64 namespace contourtree_augmented
66 namespace contourtree_maker_inc
75 WholeArrayOut updegree,
76 WholeArrayOut downdegree);
85 template <
typename OutFieldPortalType>
87 const OutFieldPortalType& updegreePortal,
88 const OutFieldPortalType& downdegreePortal)
const
90 updegreePortal.Set(supernode, 0);
91 downdegreePortal.Set(supernode, 0);
void ExecutionSignature(_1, _2, _3)
Definition: FindDegrees_ResetUpAndDowndegree.h:77
#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::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: FindDegrees_ResetUpAndDowndegree.h:71
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC_CONT FindDegrees_ResetUpAndDowndegree()
Definition: FindDegrees_ResetUpAndDowndegree.h:83
_1 InputDomain
Definition: FindDegrees_ResetUpAndDowndegree.h:78
void ControlSignature(FieldIn activeSupernodes, WholeArrayOut updegree, WholeArrayOut downdegree)
Definition: FindDegrees_ResetUpAndDowndegree.h:74
VTKM_EXEC void operator()(const vtkm::Id &supernode, const OutFieldPortalType &updegreePortal, const OutFieldPortalType &downdegreePortal) const
Definition: FindDegrees_ResetUpAndDowndegree.h:86
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38