VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C Class Reference

#include <MIR.h>

Inheritance diagram for vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn edgeInterpolations, WholeArrayInOut IDLengths, WholeArrayIn IDOffsets, WholeArrayIn IDs, FieldOut edgeLength)
 
using ExecutionSignature = void(_1, _2, _3, _4, WorkIndex, _5)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

 PerformEdgeInterpolations_C (vtkm::Id edgePointsOffset)
 
template<typename EdgeInterp , typename IDL , typename IDO , typename IdsVec , typename ELL >
VTKM_EXEC void operator() (const EdgeInterp &ei, IDL &lengths, const IDO &positions, const IdsVec &ids, const vtkm::Id workIndex, ELL &edgelength) const
 

Private Attributes

vtkm::Id EdgePointsOffset
 

Member Typedef Documentation

◆ ControlSignature

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
using vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C::ControlSignature = void(FieldIn edgeInterpolations, WholeArrayInOut IDLengths, WholeArrayIn IDOffsets, WholeArrayIn IDs, FieldOut edgeLength)

◆ ExecutionSignature

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
using vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C::ExecutionSignature = void(_1, _2, _3, _4, WorkIndex, _5)

Constructor & Destructor Documentation

◆ PerformEdgeInterpolations_C()

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C::PerformEdgeInterpolations_C ( vtkm::Id  edgePointsOffset)
inline

Member Function Documentation

◆ operator()()

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
template<typename EdgeInterp , typename IDL , typename IDO , typename IdsVec , typename ELL >
VTKM_EXEC void vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C::operator() ( const EdgeInterp &  ei,
IDL &  lengths,
const IDO &  positions,
const IdsVec &  ids,
const vtkm::Id  workIndex,
ELL &  edgelength 
) const
inline

Member Data Documentation

◆ EdgePointsOffset

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
vtkm::Id vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformEdgeInterpolations_C::EdgePointsOffset
private

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