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

A control signature tag for input-output (in-place) fields. More...

#include <WorkletMapField.h>

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

Public Types

using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayInOut
 
using TransportTag = vtkm::cont::arg::TransportTagArrayInOut
 
using FetchTag = vtkm::exec::arg::FetchTagArrayDirectInOut
 

Detailed Description

A control signature tag for input-output (in-place) fields.

This tag means that the field is read and write.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


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