#include <ExternalFaces.h>
 | 
| template<typename CellSetType , typename OriginCellsType , typename OriginFacesType >  | 
| VTKM_EXEC vtkm::IdComponent  | operator() (const CellSetType &cellSet, const OriginCellsType &originCells, const OriginFacesType &originFaces) 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 CellSetType , typename OriginCellsType , typename OriginFacesType > 
  
  
      
        
          | VTKM_EXEC vtkm::IdComponent vtkm::worklet::ExternalFaces::FaceCounts::operator()  | 
          ( | 
          const CellSetType &  | 
          cellSet,  | 
         
        
           | 
           | 
          const OriginCellsType &  | 
          originCells,  | 
         
        
           | 
           | 
          const OriginFacesType &  | 
          originFaces  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: