Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_tree_grafter_calculate_attachement_counter_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_tree_grafter_calculate_attachement_counter_worklet_h
63 namespace contourtree_distributed
65 namespace tree_grafter
87 const vtkm::Id& hierarchicalSuperId)
const
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_EXEC_CONT CalculateAttachementCounterWorklet()
Definition: CalculateAttachementCounterWorklet.h:84
_3(_1, _2) ExecutionSignature
Definition: CalculateAttachementCounterWorklet.h:79
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
A control signature tag for output fields.
Definition: WorkletMapField.h:60
_1 InputDomain
Definition: CalculateAttachementCounterWorklet.h:80
Definition: CalculateAttachementCounterWorklet.h:70
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
void(FieldIn supernodeType, FieldIn hierarchicalSuperId, FieldOut attachmentCounter) ControlSignature
Definition: CalculateAttachementCounterWorklet.h:77
A control signature tag for input fields.
Definition: WorkletMapField.h:49
VTKM_EXEC vtkm::Id operator()(const vtkm::Id &supernodeType, const vtkm::Id &hierarchicalSuperId) const
Definition: CalculateAttachementCounterWorklet.h:86
constexpr vtkm::Id IS_ATTACHMENT
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:87
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38