VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::PointMerge::CoordsToHash Struct Reference

#include <PointMerge.h>

Inheritance diagram for vtkm::worklet::PointMerge::CoordsToHash:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn pointCoordinates, ExecObject binLocator, FieldOut hashesOut)
 
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

template<typename T >
VTKM_EXEC void operator() (const vtkm::Vec< T, 3 > &coordiantes, const BinLocator binLocator, vtkm::HashType &hashOut) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::PointMerge::CoordsToHash::ControlSignature = void(FieldIn pointCoordinates, ExecObject binLocator, FieldOut hashesOut)

◆ ExecutionSignature

Member Function Documentation

◆ operator()()

template<typename T >
VTKM_EXEC void vtkm::worklet::PointMerge::CoordsToHash::operator() ( const vtkm::Vec< T, 3 > &  coordiantes,
const BinLocator  binLocator,
vtkm::HashType hashOut 
) const
inline

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