Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_augmented_active_graph_transfer_saddle_starts_reset_edge_far_h 
   54 #define vtk_m_worklet_contourtree_augmented_active_graph_transfer_saddle_starts_reset_edge_far_h 
   64 namespace contourtree_augmented
 
   66 namespace active_graph_inc
 
   75                                 WholeArrayIn hyperarcs,   
 
   76                                 WholeArrayInOut edgeFar); 
 
   84   template <
typename InOutFieldPortalType, 
typename InFieldPortalType>
 
   86                             const InFieldPortalType& hyperarcsPortal,
 
   87                             const InOutFieldPortalType& edgeFarPortal)
 const 
   89     edgeFarPortal.Set(edgeId, 
MaskedIndex(hyperarcsPortal.Get(edgeFarPortal.Get(edgeId))));
 
  
VTKM_EXEC_CONT TransferSaddleStartsResetEdgeFar()
Definition: TransferSaddleStartsResetEdgeFar.h:82
 
#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
 
_1 InputDomain
Definition: TransferSaddleStartsResetEdgeFar.h:78
 
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
 
void ExecutionSignature(_1, _2, _3)
Definition: TransferSaddleStartsResetEdgeFar.h:77
 
Definition: TransferSaddleStartsResetEdgeFar.h:71
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
VTKM_EXEC void operator()(const vtkm::Id &edgeId, const InFieldPortalType &hyperarcsPortal, const InOutFieldPortalType &edgeFarPortal) const
Definition: TransferSaddleStartsResetEdgeFar.h:85
 
void ControlSignature(FieldIn activeEdges, WholeArrayIn hyperarcs, WholeArrayInOut edgeFar)
Definition: TransferSaddleStartsResetEdgeFar.h:74
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38