#include <MIR.h>
 | 
| using  | ControlSignature = void(KeysIn cellID, ValuesIn cellColors, WholeArrayIn origLen, WholeArrayIn origPos, WholeArrayIn origIDs, WholeArrayOut newlengthsOut) | 
|   | 
| using  | ExecutionSignature = void(ValueCount, _1, _2, _3, _4, _5, _6) | 
|   | 
| using  | InputDomain = _1 | 
|   | 
| template<typename Worklet >  | 
| using  | Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet > | 
|   | 
 | 
| template<typename Colors , typename ORL , typename ORP , typename ORID , typename NLO >  | 
| VTKM_EXEC void  | operator() (const vtkm::IdComponent numCells, const vtkm::Id cellID, const Colors &cellCol, const ORL &orgLen, const ORP &orgPos, const ORID &orgID, NLO &outputLen) 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
◆ ExecutionSignature
◆ InputDomain
◆ operator()()
template<typename Colors , typename ORL , typename ORP , typename ORID , typename NLO > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::CalcError_C::operator()  | 
          ( | 
          const vtkm::IdComponent  | 
          numCells,  | 
         
        
           | 
           | 
          const vtkm::Id  | 
          cellID,  | 
         
        
           | 
           | 
          const Colors &  | 
          cellCol,  | 
         
        
           | 
           | 
          const ORL &  | 
          orgLen,  | 
         
        
           | 
           | 
          const ORP &  | 
          orgPos,  | 
         
        
           | 
           | 
          const ORID &  | 
          orgID,  | 
         
        
           | 
           | 
          NLO &  | 
          outputLen  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this struct was generated from the following file: