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

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

Classes

struct  vtkm::worklet::WorkletMapField::FieldIn
 A control signature tag for input fields. More...
 
struct  vtkm::worklet::WorkletMapField::FieldOut
 A control signature tag for output fields. More...
 
struct  vtkm::worklet::WorkletMapField::FieldInOut
 A control signature tag for input-output (in-place) fields. More...
 
struct  vtkm::worklet::WorkletMapField::WholeArrayIn
 ControlSignature tag for whole input arrays. More...
 
struct  vtkm::worklet::WorkletMapField::WholeArrayOut
 ControlSignature tag for whole output arrays. More...
 
struct  vtkm::worklet::WorkletMapField::WholeArrayInOut
 ControlSignature tag for whole input/output arrays. More...
 
struct  vtkm::worklet::WorkletMapField::AtomicArrayInOut
 ControlSignature tag for whole input/output arrays. More...
 
struct  vtkm::worklet::WorkletMapField::WholeCellSetIn< VisitTopology, IncidentTopology >
 ControlSignature tag for whole input topology. More...
 
struct  vtkm::worklet::WorkletMapField::ExecObject
 ControlSignature tag for execution object inputs. More...
 

Detailed Description

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