VTK-m  2.0
vtkm::exec::arg::FetchTagArrayDirectIn Struct Reference

Fetch tag for getting array values with direct indexing. More...

#include <FetchTagArrayDirectIn.h>

Detailed Description

Fetch tag for getting array values with direct indexing.

FetchTagArrayDirectIn is a tag used with the Fetch class to retrieve values from an array portal. The fetch uses direct indexing, so the thread index given to Load is used as the index into the array.


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