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

A control signature tag for reduced output values. More...

#include <WorkletReduceByKey.h>

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

Public Types

using TypeCheckTag = vtkm::cont::arg::TypeCheckTagArrayOut
 
using TransportTag = vtkm::cont::arg::TransportTagArrayOut
 
using FetchTag = vtkm::exec::arg::FetchTagArrayDirectOut
 

Detailed Description

A control signature tag for reduced output values.

A WorkletReduceByKey operates by collecting all identical keys and calling one instance of the worklet for those identical keys. The worklet then produces a "reduced" value per key. This tag specifies an ArrayHandle object that holds the values.

Member Typedef Documentation

◆ FetchTag

◆ TransportTag

◆ TypeCheckTag


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