#include <ExternalFaces.h>
 | 
| using  | ControlSignature = void(KeysIn keys, WholeCellSetIn<> inputCells, ValuesIn originCells, ValuesIn originFaces, ReducedValuesOut shapesOut, ReducedValuesOut connectivityOut, ReducedValuesOut cellIdMapOut) | 
|   | 
| using  | ExecutionSignature = void(_2, _3, _4, VisitIndex, _5, _6, _7) | 
|   | 
| using  | InputDomain = _1 | 
|   | 
| using  | ScatterType = vtkm::worklet::ScatterCounting | 
|   | 
| template<typename Worklet >  | 
| using  | Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet > | 
|   | 
 | 
| template<typename CellSetType , typename OriginCellsType , typename OriginFacesType , typename ConnectivityType >  | 
| VTKM_EXEC void  | operator() (const CellSetType &cellSet, const OriginCellsType &originCells, const OriginFacesType &originFaces, vtkm::IdComponent visitIndex, vtkm::UInt8 &shapeOut, ConnectivityType &connectivityOut, vtkm::Id &cellIdMapOut) 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
◆ ScatterType
◆ operator()()
template<typename CellSetType , typename OriginCellsType , typename OriginFacesType , typename ConnectivityType > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::ExternalFaces::BuildConnectivity::operator()  | 
          ( | 
          const CellSetType &  | 
          cellSet,  | 
         
        
           | 
           | 
          const OriginCellsType &  | 
          originCells,  | 
         
        
           | 
           | 
          const OriginFacesType &  | 
          originFaces,  | 
         
        
           | 
           | 
          vtkm::IdComponent  | 
          visitIndex,  | 
         
        
           | 
           | 
          vtkm::UInt8 &  | 
          shapeOut,  | 
         
        
           | 
           | 
          ConnectivityType &  | 
          connectivityOut,  | 
         
        
           | 
           | 
          vtkm::Id &  | 
          cellIdMapOut  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: