VTK-m  2.2
List of all members
vtkm::worklet::WorkletPointNeighborhood::FieldIn Struct Reference

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

#include <WorkletPointNeighborhood.h>

Inheritance diagram for vtkm::worklet::WorkletPointNeighborhood::FieldIn:
vtkm::worklet::WorkletNeighborhood::FieldIn vtkm::cont::arg::ControlSignatureTagBase

Additional Inherited Members

- Public Types inherited from vtkm::worklet::WorkletNeighborhood::FieldIn
using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn
 
using TransportTag = vtkm::cont::arg::TransportTagArrayIn
 
using FetchTag = vtkm::exec::arg::FetchTagArrayDirectIn
 

Detailed Description

A control signature tag for input fields.

A FieldIn argument expects a vtkm::cont::ArrayHandle in the associated parameter of the invoke. Each invocation of the worklet gets a single value out of this array.

This tag means that the field is read only.


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