Viskores
1.0
|
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 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.
using viskores::worklet::WorkletNeighborhood::CellSetIn::FetchTag = viskores::exec::arg::FetchTagCellSetIn |
using viskores::worklet::WorkletNeighborhood::CellSetIn::TransportTag = viskores::cont::arg::TransportTagCellSetIn<viskores::TopologyElementTagPoint, viskores::TopologyElementTagCell> |
using viskores::worklet::WorkletNeighborhood::CellSetIn::TypeCheckTag = viskores::cont::arg::TypeCheckTagCellSetStructured |