VTK-m
2.2
|
A control signature tag for input connectivity. More...
#include <WorkletNeighborhood.h>
A control signature tag for input connectivity.
This tag represents the cell set that defines the collection of points the map will operate on. A CellSetIn
argument expects a vtkm::cont::CellSetStructured
object in the associated parameter of the invoke.
There must be exactly one CellSetIn
argument, and the worklet's InputDomain
must be set to this argument.
using vtkm::worklet::WorkletNeighborhood::CellSetIn::TransportTag = vtkm::cont::arg::TransportTagCellSetIn<vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell> |
using vtkm::worklet::WorkletNeighborhood::CellSetIn::TypeCheckTag = vtkm::cont::arg::TypeCheckTagCellSetStructured |