VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::VertexClustering::IndexingWorklet Class Reference

pass 3 More...

#include <VertexClustering.h>

Inheritance diagram for vtkm::worklet::VertexClustering::IndexingWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn, WholeArrayOut)
 
using ExecutionSignature = void(WorkIndex, _1, _2)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename OutPortalType >
VTKM_EXEC void operator() (const vtkm::Id &counter, const vtkm::Id &cid, const OutPortalType &outPortal) const
 

Detailed Description

pass 3

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Member Function Documentation

◆ operator()()

template<typename OutPortalType >
VTKM_EXEC void vtkm::worklet::VertexClustering::IndexingWorklet::operator() ( const vtkm::Id counter,
const vtkm::Id cid,
const OutPortalType &  outPortal 
) const
inline

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