Viskores  1.0
Public Types | List of all members
viskores::worklet::WorkletNeighborhood::FieldInOut Struct Reference

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

#include <WorkletNeighborhood.h>

Inheritance diagram for viskores::worklet::WorkletNeighborhood::FieldInOut:
viskores::cont::arg::ControlSignatureTagBase viskores::worklet::WorkletCellNeighborhood::FieldInOut viskores::worklet::WorkletPointNeighborhood::FieldInOut

Public Types

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

Detailed Description

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

A FieldInOut argument expects a viskores::cont::ArrayHandle in the associated parameter of the invoke. Each invocation of the worklet gets a single value out of this array, which is replaced by the resulting value after the worklet completes.

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: