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