| 304 | |
| 305 | template <typename T, typename TNearPointLocator> |
| 306 | void Triangulation<T, TNearPointLocator>::insertEdges( |
| 307 | const std::vector<Edge>& edges) |
| 308 | { |
| 309 | insertEdges(edges.begin(), edges.end(), edge_get_v1, edge_get_v2); |
| 310 | } |
| 311 | |
| 312 | template <typename T, typename TNearPointLocator> |
| 313 | void Triangulation<T, TNearPointLocator>::conformToEdges( |