|
VTK-m
2.0
|
Base class for worklets that do a simple mapping of field arrays. More...
#include <WorkletMapField.h>
Classes | |
| struct | FieldIn |
| A control signature tag for input fields. More... | |
| struct | FieldInOut |
| A control signature tag for input-output (in-place) fields. More... | |
| struct | FieldOut |
| A control signature tag for output fields. More... | |
Public Types | |
| template<typename Worklet > | |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Base class for worklets that do a simple mapping of field arrays.
All inputs and outputs are on the same domain. That is, all the arrays are the same size.
| using vtkm::worklet::WorkletMapField::Dispatcher = vtkm::worklet::DispatcherMapField<Worklet> |
1.8.17