Viskores  1.0
Public Types | List of all members
viskores::worklet::WorkletReduceByKey::KeysIn Struct Reference

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

#include <WorkletReduceByKey.h>

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

Public Types

using TypeCheckTag = viskores::cont::arg::TypeCheckTagKeys
 
using TransportTag = viskores::cont::arg::TransportTagKeysIn
 
using FetchTag = viskores::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 viskores::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.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


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