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

A control signature tag for input fields on the points of the topology. More...

#include <WorkletMapTopology.h>

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

Additional Inherited Members

- Public Types inherited from vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldInIncident
using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn
 
using TransportTag = vtkm::cont::arg::TransportTagTopologyFieldIn< IncidentTopologyType >
 
using FetchTag = vtkm::exec::arg::FetchTagArrayTopologyMapIn
 

Detailed Description

A control signature tag for input fields on the points of the topology.

The associated parameter of the invoke should be a vtkm::cont::ArrayHandle that has the same number of values as the points of the provided CellSet. The worklet gets a Vec-like object containing the field values on all incident points.


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