Viskores
1.0
|
A control signature tag for input connectivity. More...
#include <WorkletCellNeighborhood.h>
Additional Inherited Members | |
![]() | |
using | TypeCheckTag = viskores::cont::arg::TypeCheckTagCellSetStructured |
using | TransportTag = viskores::cont::arg::TransportTagCellSetIn< viskores::TopologyElementTagPoint, viskores::TopologyElementTagCell > |
using | FetchTag = viskores::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 viskores::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.