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

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

#include <WorkletMapField.h>

Inheritance diagram for vtkm::worklet::WorkletMapField::FieldIn:
vtkm::cont::arg::ControlSignatureTagBase

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.

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: