Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_tree_grafter_graft_interior_forests_set_trandfer_iteration_worklet_h
54 #define vtk_m_worklet_contourtree_distributed_tree_grafter_graft_interior_forests_set_trandfer_iteration_worklet_h
63 namespace contourtree_distributed
65 namespace tree_grafter
#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
Now set the transfer iteration for all attachment points If there were no supernodes to transfer,...
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:70
vtkm::Id NumTransferIterations
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:118
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
constexpr vtkm::Id IS_SUPERNODE
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:75
A control signature tag for input-output (in-place) fields.
Definition: WorkletMapField.h:71
VTKM_EXEC void operator()(const vtkm::Id &supernodeType, const vtkm::Id &hierarchicalSuperId, vtkm::Id &whenTransferred) const
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:90
constexpr vtkm::Id IS_ATTACHMENT
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:87
void(_1, _2, _3) ExecutionSignature
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:80
_1 InputDomain
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:81
VTKM_EXEC_CONT GraftInteriorForestsSetTransferIterationWorklet(const vtkm::Id &numTransferIterations)
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:85
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38
void(FieldIn supernodeType, FieldIn hierarchicalSuperId, FieldInOut whenTransferred) ControlSignature
Definition: GraftInteriorForestsSetTransferIterationWorklet.h:78