| 
    VTK-m
    2.3
    
   | 
 
A control signature tag for input connectivity. More...
#include <WorkletPointNeighborhood.h>
  
Additional Inherited Members | |
  Public Types inherited from vtkm::worklet::WorkletNeighborhood::CellSetIn | |
| using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagCellSetStructured | 
| using | TransportTag = vtkm::cont::arg::TransportTagCellSetIn< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell > | 
| using | FetchTag = vtkm::exec::arg::FetchTagCellSetIn | 
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. 
 1.8.17