VTK-m  2.2
List of all members
vtkm::worklet::WorkletPointNeighborhood::FieldInOut Struct Reference

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

#include <WorkletPointNeighborhood.h>

Inheritance diagram for vtkm::worklet::WorkletPointNeighborhood::FieldInOut:
vtkm::worklet::WorkletNeighborhood::FieldInOut vtkm::cont::arg::ControlSignatureTagBase

Additional Inherited Members

- Public Types inherited from vtkm::worklet::WorkletNeighborhood::FieldInOut
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.

A FieldInOut 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, which is replaced by the resulting value after the worklet completes.

This tag means that the field is read and write.


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