Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_distributed_bract_maker_add_terminal_flags_to_up_down_neighbours_worklet_h 
   54 #define vtk_m_worklet_contourtree_distributed_bract_maker_add_terminal_flags_to_up_down_neighbours_worklet_h 
   63 namespace contourtree_distributed
 
   73                                 WholeArrayOut upNeighbour,  
 
   74                                 WholeArrayOut downNeighbour 
 
   83   template <
typename OutFieldPortalType>
 
   86                             const OutFieldPortalType& upNeighbourPortal,
 
   87                             const OutFieldPortalType& downNeighbourPortal)
 const 
   94       upNeighbourPortal.Set(returnIndex,
 
   96       downNeighbourPortal.Set(returnIndex,
 
  
#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
 
constexpr vtkm::Id TERMINAL_ELEMENT
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:74
 
Step 1 of IdentifyRegularisedSupernodes.
Definition: AddTerminalFlagsToUpDownNeighboursWorklet.h:69
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
VTKM_EXEC void operator()(const vtkm::Id &returnIndex, const vtkm::Id &newVertexIdValue, const OutFieldPortalType &upNeighbourPortal, const OutFieldPortalType &downNeighbourPortal) const
Definition: AddTerminalFlagsToUpDownNeighboursWorklet.h:84
 
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
 
_1 InputDomain
Definition: AddTerminalFlagsToUpDownNeighboursWorklet.h:77
 
void(FieldIn newVertexId, WholeArrayOut upNeighbour, WholeArrayOut downNeighbour) ControlSignature
Definition: AddTerminalFlagsToUpDownNeighboursWorklet.h:75
 
VTKM_EXEC_CONT AddTerminalFlagsToUpDownNeighboursWorklet()
Definition: AddTerminalFlagsToUpDownNeighboursWorklet.h:81
 
void(InputIndex, _1, _2, _3) ExecutionSignature
Definition: AddTerminalFlagsToUpDownNeighboursWorklet.h:76
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38