VTK-m
2.0
|
#include <PointMerge.h>
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 |
using vtkm::worklet::PointMerge::CoordsToHash::ControlSignature = void(FieldIn pointCoordinates, ExecObject binLocator, FieldOut hashesOut) |
using vtkm::worklet::PointMerge::CoordsToHash::ExecutionSignature = void(_1, _2, _3) |
|
inline |