Searched refs:mpoint (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/geometry/test/io/dsv/ |
D | dsv_multi.cpp | 44 typedef model::multi_point<point_type> mpoint; in test_all() typedef 48 test_dsv<mpoint> in test_all() 66 test_dsv<mpoint> in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/touches/ |
D | touches.cpp | 19 typedef bg::model::multi_point<P> mpoint; in test_all() typedef 157 …test_touches<mpoint, ring>("MULTIPOINT(40 50, 30 50)", "POLYGON((40 40,40 60,60 60,60 40,40 40))",… in test_all() 158 …test_touches<mpoint, polygon>("MULTIPOINT(40 50, 50 50)", "POLYGON((40 40,40 60,60 60,60 40,40 40)… in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | num_geometries_multi.cpp | 35 typedef bg::model::multi_point<Point> mpoint; in test_all() typedef 42 test_geometry<mpoint>("MULTIPOINT((0 0),(0 1),(1 0),(0 0))", 4); in test_all()
|
D | clear_multi.cpp | 41 typedef bg::model::multi_point<Point> mpoint; in test_all() typedef 48 test_geometry<mpoint>("MULTIPOINT((0 0),(0 1),(1 0),(0 0))", 0); in test_all()
|
D | num_points_multi.cpp | 48 typedef bg::model::multi_point<Point> mpoint; in test_all() typedef 55 test_geometry<mpoint>("MULTIPOINT((0 0),(0 1),(1 0),(0 0))", 4); in test_all()
|
/third_party/boost/libs/geometry/test/srs/ |
D | transformation_interface.cpp | 34 typedef model::multi_point<point> mpoint; in test_geometries() typedef 57 mpoint mpt; mpt.push_back(pt); in test_geometries() 58 mpoint mpt2; in test_geometries()
|