Searched refs:to_svg (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/geometry/test/ |
D | to_svg.hpp | 270 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/ |
D | test_difference_linear_linear.hpp | 155 to_svg(geometry1, geometry2, sstr.str()); in apply()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/ |
D | test_sym_difference_linear_linear.hpp | 165 to_svg(geometry1, geometry2, sstr.str()); in apply()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | test_union_linear_linear.hpp | 161 to_svg(geometry1, geometry2, sstr.str()); in apply()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | test_intersection_linear_linear.hpp | 204 to_svg(geometry1, geometry2, sstr.str()); in apply()
|