VTK-m  2.2
List of all members
vtkm::worklet::WorkletVisitPointsWithCells::FieldOutPoint Struct Reference

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

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitPointsWithCells::FieldOutPoint:
vtkm::worklet::WorkletVisitPointsWithCells::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 WorkletVisitPointsWithCells always has the output on the points of the topology. The associated parameter of the invoke should be a vtkm::cont::ArrayHandle, and it will be resized to the number of points in the provided CellSet.


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