VTK-m  2.0
Public Types | List of all members
vtkm::worklet::WorkletReduceByKey::KeysIn Struct Reference

A control signature tag for input keys. More...

#include <WorkletReduceByKey.h>

Inheritance diagram for vtkm::worklet::WorkletReduceByKey::KeysIn:
vtkm::cont::arg::ControlSignatureTagBase

Public Types

using TypeCheckTag = vtkm::cont::arg::TypeCheckTagKeys
 
using TransportTag = vtkm::cont::arg::TransportTagKeysIn
 
using FetchTag = vtkm::exec::arg::FetchTagKeysIn
 

Detailed Description

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 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.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


The documentation for this struct was generated from the following file: