------------------------------------------------------------------------------ We assume the edge is not being split:
| 216 | //------------------------------------------------------------------------------ |
| 217 | // We assume the edge is not being split: |
| 218 | void vtkGenericEdgeTable::InsertEdge(vtkIdType e1, vtkIdType e2, vtkIdType cellId, int ref) |
| 219 | { |
| 220 | vtkIdType ptId; |
| 221 | this->InsertEdge(e1, e2, cellId, ref, 0, ptId); |
| 222 | } |
| 223 | |
| 224 | //------------------------------------------------------------------------------ |
| 225 | // the edge is being split and we want the new ptId |
nothing calls this directly
no test coverage detected