#include <MIR.h>
 | 
| using  | ControlSignature = void(KeysIn keys, ValuesIn toReduce, WholeArrayIn IDLengths, WholeArrayIn IDOffsets, WholeArrayIn IDs, WholeArrayIn VFs, ReducedValuesIn indexOff, ReducedValuesOut reindexedOut, WholeArrayOut outputIDs, WholeArrayOut outputVFs) | 
|   | 
| using  | ExecutionSignature = void(_2, _3, _4, _5, _6, _7, _8, _9, _10) | 
|   | 
| template<typename Worklet >  | 
| using  | Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet > | 
|   | 
 | 
|   | PerformInCellInterpolations (vtkm::Id outputOffsetForBookkeeping) | 
|   | 
| template<typename MappedValueVecType , typename IDArr , typename IDOff , typename IdsVec , typename VfsVec , typename IndexIn , typename IndexOut , typename OutID , typename OutVF >  | 
| VTKM_EXEC void  | operator() (const MappedValueVecType &toReduce, const IDArr &lengths, const IDOff &positions, const IdsVec &ids, const VfsVec &vfs, const IndexIn &localOffset, IndexOut &globalOffset, OutID &outIDs, OutVF &outVFs) const | 
|   | 
| 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...
  | 
|   | 
◆ ControlSignature
template<typename IDLen , typename IDPos , typename IDList , typename VFList > 
      
        
          | using vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformInCellInterpolations::ControlSignature =  void(KeysIn keys, ValuesIn toReduce, WholeArrayIn IDLengths, WholeArrayIn IDOffsets, WholeArrayIn IDs, WholeArrayIn VFs, ReducedValuesIn indexOff, ReducedValuesOut reindexedOut, WholeArrayOut outputIDs, WholeArrayOut outputVFs) | 
        
      
 
 
◆ ExecutionSignature
template<typename IDLen , typename IDPos , typename IDList , typename VFList > 
      
        
          | using vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformInCellInterpolations::ExecutionSignature =  void(_2, _3, _4, _5, _6, _7, _8, _9, _10) | 
        
      
 
 
◆ PerformInCellInterpolations()
template<typename IDLen , typename IDPos , typename IDList , typename VFList > 
 
 
◆ operator()()
template<typename IDLen , typename IDPos , typename IDList , typename VFList > 
template<typename MappedValueVecType , typename IDArr , typename IDOff , typename IdsVec , typename VfsVec , typename IndexIn , typename IndexOut , typename OutID , typename OutVF > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::MIR::InterpolateMIRFields< IDLen, IDPos, IDList, VFList >::PerformInCellInterpolations::operator()  | 
          ( | 
          const MappedValueVecType &  | 
          toReduce,  | 
         
        
           | 
           | 
          const IDArr &  | 
          lengths,  | 
         
        
           | 
           | 
          const IDOff &  | 
          positions,  | 
         
        
           | 
           | 
          const IdsVec &  | 
          ids,  | 
         
        
           | 
           | 
          const VfsVec &  | 
          vfs,  | 
         
        
           | 
           | 
          const IndexIn &  | 
          localOffset,  | 
         
        
           | 
           | 
          IndexOut &  | 
          globalOffset,  | 
         
        
           | 
           | 
          OutID &  | 
          outIDs,  | 
         
        
           | 
           | 
          OutVF &  | 
          outVFs  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
◆ offset
template<typename IDLen , typename IDPos , typename IDList , typename VFList > 
 
 
The documentation for this class was generated from the following file: