VTK-m
2.2
|
#include <vtkm/worklet/internal/WorkletBase.h>
#include <vtkm/TopologyElementTag.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/TransportTagCellSetIn.h>
#include <vtkm/cont/arg/TypeCheckTagArrayIn.h>
#include <vtkm/cont/arg/TypeCheckTagArrayInOut.h>
#include <vtkm/cont/arg/TypeCheckTagArrayOut.h>
#include <vtkm/cont/arg/TypeCheckTagCellSetStructured.h>
#include <vtkm/exec/arg/Boundary.h>
#include <vtkm/exec/arg/FetchTagArrayDirectIn.h>
#include <vtkm/exec/arg/FetchTagArrayDirectInOut.h>
#include <vtkm/exec/arg/FetchTagArrayDirectOut.h>
#include <vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h>
#include <vtkm/exec/arg/FetchTagCellSetIn.h>
#include <vtkm/worklet/BoundaryTypes.h>
#include <vtkm/worklet/ScatterIdentity.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::WorkletNeighborhood |
struct | vtkm::worklet::WorkletNeighborhood::Boundary |
The ExecutionSignature tag to query if the current iteration is inside the boundary. More... | |
struct | vtkm::worklet::WorkletNeighborhood::FieldIn |
A control signature tag for input fields. More... | |
struct | vtkm::worklet::WorkletNeighborhood::FieldOut |
A control signature tag for output fields. More... | |
struct | vtkm::worklet::WorkletNeighborhood::FieldInOut |
A control signature tag for input-output (in-place) fields. More... | |
struct | vtkm::worklet::WorkletNeighborhood::CellSetIn |
A control signature tag for input connectivity. More... | |
struct | vtkm::worklet::WorkletNeighborhood::FieldInNeighborhood |
A control signature tag for neighborhood input values. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |