| 1006 | } |
| 1007 | |
| 1008 | void onAddVertexStart( |
| 1009 | const VertInd iV, |
| 1010 | const AddVertexType::Enum vertexType) override |
| 1011 | { |
| 1012 | ++nAddedVertices; |
| 1013 | } |
| 1014 | |
| 1015 | void onAddEdgeStart(const Edge& edge) override |
| 1016 | { |
no outgoing calls
no test coverage detected