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

#include <Probe.h>

Inheritance diagram for vtkm::worklet::Probe::FindCellWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

template<typename LocatorType >
VTKM_EXEC void operator() (const vtkm::Vec3f &point, const LocatorType &locator, vtkm::Id &cellId, vtkm::Vec3f &pcoords) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::Probe::FindCellWorklet::ControlSignature = void(FieldIn points, ExecObject locator, FieldOut cellIds, FieldOut pcoords)

◆ ExecutionSignature

Member Function Documentation

◆ operator()()

template<typename LocatorType >
VTKM_EXEC void vtkm::worklet::Probe::FindCellWorklet::operator() ( const vtkm::Vec3f point,
const LocatorType &  locator,
vtkm::Id cellId,
vtkm::Vec3f pcoords 
) const
inline

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