VTK-m
2.0
|
#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... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |