| 
| using  | ControlSignature = void(CellSetIn cellset, WholeArrayIn pointCoords, WholeArrayIn normals, FieldInCell numNonCoincidentPts, FieldInCell tubePointOffsets, FieldInCell polylineOffset, WholeArrayOut newPointCoords, WholeArrayOut outPointSrcIdx) | 
|   | 
| using  | ExecutionSignature = void(CellShape shapeType, PointCount numPoints, PointIndices ptIndices, _2 inPts, _3 inNormals, _4 numNonCoincidentPts, _5 tubePointOffsets, _6 polylineOffset, _7 outPts, _8 outPointSrcIdx) | 
|   | 
| using  | InputDomain = _1 | 
|   | 
| using  | ScatterType = vtkm::worklet::ScatterCounting | 
|   | 
| using  | FieldInPoint = FieldInIncident | 
|   | 
| using  | FieldInCell = FieldInVisit | 
|   | 
| using  | FieldOutCell = FieldOut | 
|   | 
| using  | FieldInOutCell = FieldInOut | 
|   | 
| using  | PointCount = IncidentElementCount | 
|   | 
| using  | PointIndices = IncidentElementIndices | 
|   | 
| using  | VisitTopologyType = vtkm::TopologyElementTagCell | 
|   | 
| using  | IncidentTopologyType = vtkm::TopologyElementTagPoint | 
|   | 
 | 
| VTKM_CONT  | GeneratePoints (const bool &capping, const vtkm::Id &n, const vtkm::FloatDefault &r) | 
|   | 
| template<typename CellShapeTag , typename PointIndexType , typename InPointsType , typename InNormalsType , typename OutPointsType , typename OutPointSrcIdxType >  | 
| VTKM_EXEC void  | operator() (const CellShapeTag &shapeType, const vtkm::IdComponent &numPoints, const PointIndexType &ptIndices, const InPointsType &inPts, const InNormalsType &inNormals, const vtkm::Id &numNonCoincidentPts, const vtkm::Id &tubePointOffsets, const vtkm::Id &polylineOffset, OutPointsType &outPts, OutPointSrcIdxType &outPointSrcIdx) const | 
|   | 
| template<typename PointIndexType , typename InPointsType >  | 
| VTKM_EXEC vtkm::IdComponent  | FindNextNonCoincidentPointIndex (const PointIndexType &ptIndices, const InPointsType &inPts, vtkm::IdComponent start, vtkm::IdComponent numPoints) const | 
|   | 
| VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag >  | GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const | 
|   | Topology map worklets use topology map indices.  More...
  | 
|   | 
| VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen< S &&M, vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::DefaultScatterAndMaskTag > >  | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &vtkmNotUsed(outToIn), const VisitArrayType &vtkmNotUsed(visit), const ThreadToOutArrayType &vtkmNotUsed(threadToOut), const InputDomainType &connectivity) const | 
|   | Optimized for ScatterIdentity and MaskNone.  More...
  | 
|   | 
| VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen<!(S &&M), vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag > >  | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const | 
|   | Default version.  More...
  | 
|   |