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

ControlSignature tag for whole output arrays. More...

#include <WorkletReduceByKey.h>

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

Detailed Description

ControlSignature tag for whole output arrays.

The WholeArrayOut control signature tag specifies an vtkm::cont::ArrayHandle passed to the invoke of the worklet. An array portal capable of 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: