| 
    VTK-m
    2.0
    
   | 
 
A control signature tag for neighborhood input values. More...
#include <WorkletNeighborhood.h>
  
Public Types | |
| using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn | 
| using | TransportTag = vtkm::cont::arg::TransportTagArrayIn | 
| using | FetchTag = vtkm::exec::arg::FetchTagArrayNeighborhoodIn | 
A control signature tag for neighborhood input values.
A WorkletPointNeighborhood operates allowing access to a adjacent point values in a NxNxN patch called a neighborhood. No matter the size of the neighborhood it is symmetric across its center in each axis, and the current point value will be at the center For example a 3x3x3 neighborhood would
This tag specifies an ArrayHandle object that holds the values. It is an input array with entries for each point. 
| using vtkm::worklet::WorkletNeighborhood::FieldInNeighborhood::FetchTag = vtkm::exec::arg::FetchTagArrayNeighborhoodIn | 
| using vtkm::worklet::WorkletNeighborhood::FieldInNeighborhood::TransportTag = vtkm::cont::arg::TransportTagArrayIn | 
| using vtkm::worklet::WorkletNeighborhood::FieldInNeighborhood::TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn | 
 1.8.17