VTK-m
2.0
|
The ExecutionSignature
tag to use to get the output index.
More...
#include <OutputIndex.h>
Public Types | |
using | AspectTag = vtkm::exec::arg::AspectTagOutputIndex |
Static Public Attributes | |
static constexpr vtkm::IdComponent | INDEX = 1 |
The ExecutionSignature
tag to use to get the output index.
When a worklet is dispatched, it broken into pieces defined by the output domain and scheduled on independent threads. This tag in the ExecutionSignature
passes the index of the output element that the work thread is currently working on. When a worklet has a scatter associated with it, the output and output indices can be different. WorkletBase
contains a typedef that points to this class.
|
staticconstexpr |