VTK-m  2.2
Classes | Namespaces
WorkletMapField.h File Reference
#include <vtkm/worklet/internal/WorkletBase.h>
#include <vtkm/cont/arg/ControlSignatureTagBase.h>
#include <vtkm/cont/arg/TransportTagArrayIn.h>
#include <vtkm/cont/arg/TransportTagArrayInOut.h>
#include <vtkm/cont/arg/TransportTagArrayOut.h>
#include <vtkm/cont/arg/TypeCheckTagArrayIn.h>
#include <vtkm/cont/arg/TypeCheckTagArrayInOut.h>
#include <vtkm/cont/arg/TypeCheckTagArrayOut.h>
#include <vtkm/exec/arg/FetchTagArrayDirectIn.h>
#include <vtkm/exec/arg/FetchTagArrayDirectInOut.h>
#include <vtkm/exec/arg/FetchTagArrayDirectOut.h>
#include <vtkm/worklet/DispatcherMapField.h>

Go to the source code of this file.

Classes

class  vtkm::worklet::WorkletMapField
 Base class for worklets that do a simple mapping of field arrays. More...
 
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...
 
struct  vtkm::worklet::WorkletMapField::_1
 Argument placeholders for an ExecutionSignature. More...
 
struct  vtkm::worklet::WorkletMapField::WorkIndex
 The ExecutionSignature tag to use to get the work index. More...
 
struct  vtkm::worklet::WorkletMapField::VisitIndex
 The ExecutionSignature tag to use to get the visit index. More...
 
struct  vtkm::worklet::WorkletMapField::InputIndex
 The ExecutionSignature tag to use to get the input index. More...
 
struct  vtkm::worklet::WorkletMapField::OutputIndex
 The ExecutionSignature tag to use to get the output index. More...
 
struct  vtkm::worklet::WorkletMapField::ThreadIndices
 The ExecutionSignature tag to use to get the thread indices. More...
 
struct  vtkm::worklet::WorkletMapField::Device
 ExecutionSignature tag for getting the device adapter tag. More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::worklet
 VTK-m Worklets.