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