VTK-m  2.2
vtkm::worklet::WorkletReduceByKey::WholeCellSetIn< VisitTopology, IncidentTopology > Struct Template Reference

ControlSignature tag for whole input topology. More...

#include <WorkletReduceByKey.h>

Inheritance diagram for vtkm::worklet::WorkletReduceByKey::WholeCellSetIn< VisitTopology, IncidentTopology >:
vtkm::cont::arg::ControlSignatureTagBase

Detailed Description

template<typename VisitTopology = Cell, typename IncidentTopology = Point>
struct vtkm::worklet::WorkletReduceByKey::WholeCellSetIn< VisitTopology, IncidentTopology >

ControlSignature tag for whole input topology.

The WholeCellSetIn control signature tag specifies a vtkm::cont::CellSet passed to the invoke of the worklet. A connectivity object capable of finding elements of one type that are incident on elements of a different type. This can be used to global lookup for arbitrary topology information


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