VTK-m  2.0
List of all members
vtkm::worklet::WorkletReduceByKey::ValueCount Struct Reference

The ExecutionSignature tag to get the number of values. More...

#include <WorkletReduceByKey.h>

Inheritance diagram for vtkm::worklet::WorkletReduceByKey::ValueCount:
vtkm::exec::arg::ValueCount vtkm::exec::arg::ExecutionSignatureTagBase

Additional Inherited Members

- Public Types inherited from vtkm::exec::arg::ValueCount
using AspectTag = vtkm::exec::arg::AspectTagValueCount
 
- Static Public Attributes inherited from vtkm::exec::arg::ValueCount
static constexpr vtkm::IdComponent INDEX = 1
 

Detailed Description

The ExecutionSignature tag to get the number of values.

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 ExecutionSignature tag provides the number of values associated with the key and given in the Vec-like objects.


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