| 258 | static bool IsBoundaryEdge(vtkIdType pointId1, vtkIdType pointId2, vtkIdList* edgePointIds); |
| 259 | |
| 260 | vtkSelectPolyData(const vtkSelectPolyData&) = delete; |
| 261 | void operator=(const vtkSelectPolyData&) = delete; |
| 262 | }; |
| 263 |
no outgoing calls
no test coverage detected