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

Function topologyString

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

Source from the content-addressed store, hash-verified

404
405template <typename T, typename TNearPointLocator>
406std::string topologyString(const CDT::Triangulation<T, TNearPointLocator>& cdt)
407{
408 std::ostringstream out;
409 TriangulationTopo(cdt).write(out);
410 return out.str();
411}
412
413template <typename T, typename TNearPointLocator>
414void topologyToFile(

Callers 1

cdt.test.cppFile · 0.85

Calls 3

TriangulationTopoClass · 0.85
writeMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected