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

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

Classes

struct  vtkm::worklet::WorkletVisitCellsWithPoints::_1
 Argument placeholders for an ExecutionSignature. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::CellShape
 An execution signature tag to get the shape of the visited cell. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::PointCount
 An execution signature tag to get the number of incident points. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::PointIndices
 An execution signature tag to get the indices of the incident points. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::WorkIndex
 The ExecutionSignature tag to use to get the work index. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::VisitIndex
 The ExecutionSignature tag to use to get the visit index. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::InputIndex
 The ExecutionSignature tag to use to get the input index. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::OutputIndex
 The ExecutionSignature tag to use to get the output index. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::ThreadIndices
 The ExecutionSignature tag to use to get the thread indices. More...
 
struct  vtkm::worklet::WorkletVisitCellsWithPoints::Device
 ExecutionSignature tag for getting the device adapter tag. More...
 

Detailed Description

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