Home
last modified time | relevance | path

Searched refs:to_svg (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/geometry/test/
Dto_svg.hpp270 inline void to_svg(G const& g, std::string const& filename, bool /*sort*/ = true) in to_svg() function
309 inline void to_svg(G1 const& g1, G2 const& g2, std::string const& filename, bool sort = true, bool … in to_svg() function
395 inline void to_svg(std::string const& wkt, std::string const& filename) in to_svg() function
399 to_svg(g, filename); in to_svg()
403 inline void to_svg(std::string const& wkt1, std::string const& wkt2, std::string const& filename, b… in to_svg() function
409 to_svg(g1, g2, filename, sort, reverse_by_geometry_id, enrich); in to_svg()
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference_linear_linear.hpp155 to_svg(geometry1, geometry2, sstr.str()); in apply()
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dtest_sym_difference_linear_linear.hpp165 to_svg(geometry1, geometry2, sstr.str()); in apply()
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dtest_union_linear_linear.hpp161 to_svg(geometry1, geometry2, sstr.str()); in apply()
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection_linear_linear.hpp204 to_svg(geometry1, geometry2, sstr.str()); in apply()