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

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

#include <WorkletNeighborhood.h>

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

Public Types

using TypeCheckTag = viskores::cont::arg::TypeCheckTagArrayOut
 
using TransportTag = viskores::cont::arg::TransportTagArrayOut
 
using FetchTag = viskores::exec::arg::FetchTagArrayDirectOut
 

Detailed Description

A control signature tag for output fields.

A FieldOut argument expects a viskores::cont::ArrayHandle in the associated parameter of the invoke. The array is resized before scheduling begins, and each invocation of the worklet sets a single value in the array.

This tag means that the field is write only.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


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