VTK-m
2.2
|
A control signature tag for input keys. More...
#include <WorkletReduceByKey.h>
Public Types | |
using | TypeCheckTag = vtkm::cont::arg::TypeCheckTagKeys |
using | TransportTag = vtkm::cont::arg::TransportTagKeysIn |
using | FetchTag = vtkm::exec::arg::FetchTagKeysIn |
A control signature tag for input keys.
A WorkletReduceByKey
operates by collecting all identical keys and then executing the worklet on each unique key. This tag specifies a vtkm::worklet::Keys
object that defines and manages these keys.
A WorkletReduceByKey
should have exactly one KeysIn
tag in its ControlSignature
, and the InputDomain
should point to it.