| 
    VTK-m
    2.3
    
   | 
 
ControlSignature tag for whole input arrays.  
 More...
#include <WorkletCellNeighborhood.h>
  
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. 
 1.8.17