VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::Probe::InterpolatePointField< T > Class Template Reference

#include <Probe.h>

Inheritance diagram for vtkm::worklet::Probe::InterpolatePointField< T >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn cellIds, FieldIn parametricCoords, WholeCellSetIn<> inputCells, WholeArrayIn inputField, FieldOut result)
 
using ExecutionSignature = void(_1, _2, _3, _4, _5)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

 InterpolatePointField (const T &invalidValue)
 
template<typename ParametricCoordType , typename CellSetType , typename InputFieldPortalType >
VTKM_EXEC void operator() (vtkm::Id cellId, const ParametricCoordType &pc, const CellSetType &cells, const InputFieldPortalType &in, typename InputFieldPortalType::ValueType &out) const
 

Public Attributes

InvalidValue
 

Member Typedef Documentation

◆ ControlSignature

template<typename T >
using vtkm::worklet::Probe::InterpolatePointField< T >::ControlSignature = void(FieldIn cellIds, FieldIn parametricCoords, WholeCellSetIn<> inputCells, WholeArrayIn inputField, FieldOut result)

◆ ExecutionSignature

template<typename T >
using vtkm::worklet::Probe::InterpolatePointField< T >::ExecutionSignature = void(_1, _2, _3, _4, _5)

Constructor & Destructor Documentation

◆ InterpolatePointField()

template<typename T >
vtkm::worklet::Probe::InterpolatePointField< T >::InterpolatePointField ( const T &  invalidValue)
inline

Member Function Documentation

◆ operator()()

template<typename T >
template<typename ParametricCoordType , typename CellSetType , typename InputFieldPortalType >
VTKM_EXEC void vtkm::worklet::Probe::InterpolatePointField< T >::operator() ( vtkm::Id  cellId,
const ParametricCoordType &  pc,
const CellSetType &  cells,
const InputFieldPortalType &  in,
typename InputFieldPortalType::ValueType &  out 
) const
inline

Member Data Documentation

◆ InvalidValue

template<typename T >
T vtkm::worklet::Probe::InterpolatePointField< T >::InvalidValue

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