Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_augmented_pointer_doubling_h 
   54 #define vtk_m_worklet_contourtree_augmented_pointer_doubling_h 
   63 namespace contourtree_augmented
 
   65 namespace mesh_extrema_inc
 
   84   template <
typename InOutFieldPortalType>
 
   88     vtkm::Id neighbour = chains.Get(vertexID);
 
   93       chains.Set(vertexID, chains.Get(neighbour));
 
  103 #endif // vtkm_worklet_contourtree_augmented_pointer_doubling_h 
  
VTKM_EXEC void operator()(const vtkm::Id &vertexID, const InOutFieldPortalType &chains) const
Definition: meshextrema/PointerDoubling.h:85
 
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
VTKM_EXEC_CONT bool IsTerminalElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:103
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
 
void ControlSignature(FieldIn vertexID, WholeArrayInOut chains)
Definition: meshextrema/PointerDoubling.h:76
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
Definition: meshextrema/PointerDoubling.h:73
 
VTKM_EXEC_CONT PointerDoubling()
Definition: meshextrema/PointerDoubling.h:82
 
A control signature tag for input fields.
Definition: WorkletMapField.h:49
 
_1 InputDomain
Definition: meshextrema/PointerDoubling.h:78
 
void ExecutionSignature(_1, _2)
Definition: meshextrema/PointerDoubling.h:77
 
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38