VTK-m  2.2
vtkm::worklet::WorkletVisitCellsWithPoints::WholeArrayIn Struct Reference

ControlSignature tag for whole input arrays. More...

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitCellsWithPoints::WholeArrayIn:
vtkm::cont::arg::ControlSignatureTagBase

Detailed Description

ControlSignature tag for whole input arrays.

The WholeArrayIn control signature tag specifies a vtkm::cont::ArrayHandle passed to the invoke of the worklet. An array portal capable of reading from any place in the array is given to the worklet.


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