Go to the documentation of this file.
   57 #ifndef vtkm_worklet_contourtree_fill_supernodes_h 
   58 #define vtkm_worklet_contourtree_fill_supernodes_h 
   86     vtkm::Id isSupernode = ((upCandidate != 1) || (downCandidate != 1));
 
  
#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
 
_3(_1, _2) ExecutionSignature
Definition: FillSupernodes.h:76
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
VTKM_EXEC_CONT FillSupernodes()
Definition: FillSupernodes.h:81
 
void(FieldIn upCandidate, FieldIn downCandidate, FieldOut isSupernode) ControlSignature
Definition: FillSupernodes.h:75
 
Definition: FillSupernodes.h:70
 
_1 InputDomain
Definition: FillSupernodes.h:77
 
VTKM_EXEC vtkm::Id operator()(const vtkm::Id &upCandidate, const vtkm::Id &downCandidate) const
Definition: FillSupernodes.h:84
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38