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

#include <VertexClustering.h>

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

Public Types

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

Public Member Functions

VTKM_CONT Cid3HashWorklet (vtkm::Id nPoints)
 
VTKM_EXEC void operator() (const vtkm::Id3 &cid, vtkm::Int64 &cidHash) const
 

Private Attributes

vtkm::Int64 NPoints
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ Cid3HashWorklet()

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

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::VertexClustering::Cid3HashWorklet::operator() ( const vtkm::Id3 cid,
vtkm::Int64 &  cidHash 
) const
inline

Member Data Documentation

◆ NPoints

vtkm::Int64 vtkm::worklet::VertexClustering::Cid3HashWorklet::NPoints
private

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