VTK-m  2.2
List of all members
vtkm::worklet::WorkletPointNeighborhood::CellSetIn Struct Reference

A control signature tag for input connectivity. More...

#include <WorkletPointNeighborhood.h>

Inheritance diagram for vtkm::worklet::WorkletPointNeighborhood::CellSetIn:
vtkm::worklet::WorkletNeighborhood::CellSetIn vtkm::cont::arg::ControlSignatureTagBase

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: