VTK-m
2.2
|
#include <vtkm/exec/arg/ThreadIndicesPointNeighborhood.h>
#include <vtkm/worklet/DispatcherPointNeighborhood.h>
#include <vtkm/worklet/WorkletNeighborhood.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::WorkletPointNeighborhood |
Base class for worklets that map over the points in a structured grid with neighborhood information. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::CellSetIn |
A control signature tag for input connectivity. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::FieldIn |
A control signature tag for input fields. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::FieldInNeighborhood |
A control signature tag for neighborhood input values. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::FieldOut |
A control signature tag for output fields. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::FieldInOut |
A control signature tag for input-output (in-place) fields. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::WholeArrayIn |
ControlSignature tag for whole input arrays. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::WholeArrayOut |
ControlSignature tag for whole output arrays. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::WholeArrayInOut |
ControlSignature tag for whole input/output arrays. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::AtomicArrayInOut |
ControlSignature tag for whole input/output arrays. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::WholeCellSetIn< VisitTopology, IncidentTopology > |
ControlSignature tag for whole input topology. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::ExecObject |
ControlSignature tag for execution object inputs. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::_1 |
Argument placeholders for an ExecutionSignature . More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::Boundary |
The ExecutionSignature tag to query if the current iteration is inside the boundary. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::WorkIndex |
The ExecutionSignature tag to use to get the work index. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::VisitIndex |
The ExecutionSignature tag to use to get the visit index. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::InputIndex |
The ExecutionSignature tag to use to get the input index. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::OutputIndex |
The ExecutionSignature tag to use to get the output index. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::ThreadIndices |
The ExecutionSignature tag to use to get the thread indices. More... | |
struct | vtkm::worklet::WorkletPointNeighborhood::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. | |