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

A control signature tag for input-output (in-place) fields. More...

#include <WorkletMapTopology.h>

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

Additional Inherited Members

- Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldInOut
using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayInOut
 
using TransportTag = vtkm::cont::arg::TransportTagArrayInOut
 
using FetchTag = vtkm::exec::arg::FetchTagArrayDirectInOut
 

Detailed Description

A control signature tag for input-output (in-place) 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 must have the same number of values as the number of cells of the topology.


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