VTK-m
2.2
|
The ExecutionSignature
tag to get the number of values.
More...
#include <ValueCount.h>
Public Types | |
using | AspectTag = vtkm::exec::arg::AspectTagValueCount |
Static Public Attributes | |
static constexpr vtkm::IdComponent | INDEX = 1 |
The ExecutionSignature
tag to get the number of values.
A WorkletReduceByKey
operates by collecting all values associated with identical keys and then giving the worklet a Vec-like object containing all values with a matching key. This ExecutionSignature
tag provides the number of values associated with the key and given in the Vec-like objects.
|
staticconstexpr |