Go to the documentation of this file.
   57 #ifndef vtkm_worklet_contourtree_regular_to_critical_down_h 
   58 #define vtkm_worklet_contourtree_regular_to_critical_down_h 
   75                                 WholeArrayIn mergeArcs,         
 
   76                                 WholeArrayIn regularToCritical, 
 
   85   template <
typename InFieldPortalType>
 
   87                                 const InFieldPortalType& mergeArcs,
 
   88                                 const InFieldPortalType& regularToCritical)
 const 
   93     vtkm::Id splitNeighbour = mergeArcs.Get(vertexID);
 
  100       sortVector = regularToCritical.Get(splitNeighbour);
 
  
_4(_1, _2, _3) ExecutionSignature
Definition: RegularToCriticalDown.h:78
 
#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
 
A control signature tag for output fields.
Definition: WorkletMapField.h:60
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
void(FieldIn vertexID, WholeArrayIn mergeArcs, WholeArrayIn regularToCritical, FieldOut sortVector) ControlSignature
Definition: RegularToCriticalDown.h:77
 
_1 InputDomain
Definition: RegularToCriticalDown.h:79
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
#define NO_VERTEX_ASSIGNED
Definition: filter/scalar_topology/worklet/contourtree/Types.h:77
 
Definition: RegularToCriticalDown.h:71
 
VTKM_EXEC vtkm::Id operator()(const vtkm::Id &vertexID, const InFieldPortalType &mergeArcs, const InFieldPortalType ®ularToCritical) const
Definition: RegularToCriticalDown.h:86
 
VTKM_EXEC_CONT RegularToCriticalDown()
Definition: RegularToCriticalDown.h:83
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38