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

#include <MIR.h>

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

Public Types

using ControlSignature = void(KeysIn keys, ValuesIn toReduce, WholeArrayIn IDLengths, WholeArrayIn IDOffsets, WholeArrayIn IDs, ReducedValuesOut centroid)
 
using ExecutionSignature = void(_2, _3, _4, _5, _6)
 
- Public Types inherited from vtkm::worklet::WorkletReduceByKey
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet >
 

Public Member Functions

template<typename MappedValueVecType , typename MappedValueType , typename IDArr , typename IDOff , typename IdsVec >
VTKM_EXEC void operator() (const MappedValueVecType &toReduce, const IDArr &lengths, const IDOff &positions, const IdsVec &ids, MappedValueType &numIdNeeded) const
 
- Public Member Functions inherited from vtkm::worklet::WorkletReduceByKey
template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , typename InputDomainType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesReduceByKey GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &inputDomain) const
 Reduce by key worklets use the related thread indices class. More...
 

Member Typedef Documentation

◆ ControlSignature

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
using vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformInCellInterpolations_C::ControlSignature = void(KeysIn keys, ValuesIn toReduce, WholeArrayIn IDLengths, WholeArrayIn IDOffsets, WholeArrayIn IDs, ReducedValuesOut centroid)

◆ ExecutionSignature

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

Member Function Documentation

◆ operator()()

template<typename IDLen , typename IDPos , typename IDList , typename VFList >
template<typename MappedValueVecType , typename MappedValueType , typename IDArr , typename IDOff , typename IdsVec >
VTKM_EXEC void vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformInCellInterpolations_C::operator() ( const MappedValueVecType &  toReduce,
const IDArr &  lengths,
const IDOff &  positions,
const IdsVec &  ids,
MappedValueType &  numIdNeeded 
) const
inline

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