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

Function sortedEdges

include/CDT/tests/cdt.test.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84[[maybe_unused]] std::vector<Edge> sortedEdges(const EdgeUSet& edges)
85{
86 std::vector<Edge> out(edges.begin(), edges.end());
87 std::sort(out.begin(), out.end());
88 return out;
89}
90
91template <typename T>
92std::pair<Vertices<T>, std::vector<Edge> >

Callers

nothing calls this directly

Calls 3

sortFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected