VTK-m  2.2
vtkm::worklet::WorkletReduceByKey::WholeArrayInOut Struct Reference

ControlSignature tag for whole input/output arrays. More...

#include <WorkletReduceByKey.h>

Inheritance diagram for vtkm::worklet::WorkletReduceByKey::WholeArrayInOut:
vtkm::cont::arg::ControlSignatureTagBase

Detailed Description

ControlSignature tag for whole input/output arrays.

The WholeArrayOut control signature tag specifies a vtkm::cont::ArrayHandle passed to the invoke of the worklet. An array portal capable of reading from or writing to any place in the array is given to the worklet. Developers should take care when using writable whole arrays as introducing race conditions is possible.


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