VTK-m  2.2
Classes
<tt>ControlSignature</tt> tags

Tags that can be used in the ControlSignature of a WorkletVisitCellsWithPoints. More...

Classes

struct  vtkm::worklet::WorkletVisitCellsWithPoints::CellSetIn
 A control signature tag for input connectivity. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldInCell
 A control signature tag for input fields on the cells of the topology. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldInPoint
 A control signature tag for input fields on the points of the topology. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldInVisit
 A control signature tag for input fields from the visited topology. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldInIncident
 A control signature tag for input fields from the incident topology. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldOutCell
 A control signature tag for output fields. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldOut
 A control signature tag for output fields. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldInOutCell
 A control signature tag for input-output (in-place) fields. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::FieldInOut
 A control signature tag for input-output (in-place) fields. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::WholeArrayIn
 ControlSignature tag for whole input arrays. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::WholeArrayOut
 ControlSignature tag for whole output arrays. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::WholeArrayInOut
 ControlSignature tag for whole input/output arrays. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::AtomicArrayInOut
 ControlSignature tag for whole input/output arrays. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::WholeCellSetIn< VisitTopology, IncidentTopology >
 ControlSignature tag for whole input topology. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::ExecObject
 ControlSignature tag for execution object inputs. More...
 

Detailed Description

Tags that can be used in the ControlSignature of a WorkletVisitCellsWithPoints.