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

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

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitCellsWithPoints::CellSetIn:
vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::CellSetIn vtkm::cont::arg::ControlSignatureTagBase

Additional Inherited Members

- Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::CellSetIn
using TypeCheckTag = vtkm::cont::arg::TypeCheckTagCellSet
 
using TransportTag = vtkm::cont::arg::TransportTagCellSetIn< VisitTopologyType, IncidentTopologyType >
 
using FetchTag = vtkm::exec::arg::FetchTagCellSetIn
 

Detailed Description

A control signature tag for input connectivity.

The associated parameter of the invoke should be a subclass of vtkm::cont::CellSet.

There should be exactly one CellSetIn argument in the ControlSignature, and the InputDomain must point to it.


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