VTK-m  2.0
Public Types | List of all members
vtkm::worklet::WorkletNeighborhood::FieldInNeighborhood Struct Reference

A control signature tag for neighborhood input values. More...

#include <WorkletNeighborhood.h>

Inheritance diagram for vtkm::worklet::WorkletNeighborhood::FieldInNeighborhood:
vtkm::cont::arg::ControlSignatureTagBase

Public Types

using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn
 
using TransportTag = vtkm::cont::arg::TransportTagArrayIn
 
using FetchTag = vtkm::exec::arg::FetchTagArrayNeighborhoodIn
 

Detailed Description

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.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


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