VTK-m  2.2
Public Types | List of all members
vtkm::worklet::WorkletNeighborhood::FieldIn Struct Reference

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

#include <WorkletNeighborhood.h>

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

Public Types

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.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


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