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

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

#include <FetchTagArrayDirectOut.h>

Detailed Description

Fetch tag for setting array values with direct indexing.

FetchTagArrayDirectOut is a tag used with the Fetch class to store values in an array portal. The fetch uses direct indexing, so the thread index given to Store is used as the index into the array.


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