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

#include <VertexClustering.h>

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

Public Types

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

Public Member Functions

VTKM_CONT Cid2PointIdWorklet (vtkm::Id nPoints)
 
template<typename InPortalType >
VTKM_EXEC void operator() (const vtkm::Id3 &cid3, vtkm::Id3 &pointId3, const InPortalType &inPortal) const
 

Private Member Functions

VTKM_EXEC void rotate (vtkm::Id3 &ids) const
 

Private Attributes

vtkm::Id NPoints
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ Cid2PointIdWorklet()

VTKM_CONT vtkm::worklet::VertexClustering::Cid2PointIdWorklet::Cid2PointIdWorklet ( vtkm::Id  nPoints)
inline

Member Function Documentation

◆ operator()()

template<typename InPortalType >
VTKM_EXEC void vtkm::worklet::VertexClustering::Cid2PointIdWorklet::operator() ( const vtkm::Id3 cid3,
vtkm::Id3 pointId3,
const InPortalType &  inPortal 
) const
inline

◆ rotate()

VTKM_EXEC void vtkm::worklet::VertexClustering::Cid2PointIdWorklet::rotate ( vtkm::Id3 ids) const
inlineprivate

Member Data Documentation

◆ NPoints

vtkm::Id vtkm::worklet::VertexClustering::Cid2PointIdWorklet::NPoints
private

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