MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / insertEdges

Method insertEdges

include/CDT/include/Triangulation.hpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305template <typename T, typename TNearPointLocator>
306void 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
312template <typename T, typename TNearPointLocator>
313void Triangulation<T, TNearPointLocator>::conformToEdges(

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected