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

A control signature tag for output fields. More...

#include <WorkletMapTopology.h>

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

Additional Inherited Members

- Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldOut
using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayOut
 
using TransportTag = vtkm::cont::arg::TransportTagArrayOut
 
using FetchTag = vtkm::exec::arg::FetchTagArrayDirectOut
 

Detailed Description

A control signature tag for output fields.

A WorkletVisitCellsWithPoints always has the output on the cells of the topology. The associated parameter of the invoke should be a vtkm::cont::ArrayHandle, and it will be resized to the number of cells in the provided CellSet.


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