VTK-m
2.2
|
A control signature tag for input values associated with the keys. More...
#include <WorkletReduceByKey.h>
Public Types | |
using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn |
using | TransportTag = vtkm::cont::arg::TransportTagKeyedValuesIn |
using | FetchTag = vtkm::exec::arg::FetchTagArrayDirectIn |
A control signature tag for input values associated with the keys.
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 tag specifies an vtkm::cont::ArrayHandle
object that holds the values. The number of values in this array must be equal to the size of the array used with the KeysIn
argument.
using vtkm::worklet::WorkletReduceByKey::ValuesIn::FetchTag = vtkm::exec::arg::FetchTagArrayDirectIn |
using vtkm::worklet::WorkletReduceByKey::ValuesIn::TransportTag = vtkm::cont::arg::TransportTagKeyedValuesIn |
using vtkm::worklet::WorkletReduceByKey::ValuesIn::TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayIn |