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

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

Classes

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

Detailed Description

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