Home
last modified time | relevance | path

Searched refs:mpoint (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/geometry/test/io/dsv/
Ddsv_multi.cpp44 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/
Dtouches.cpp19 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/
Dnum_geometries_multi.cpp35 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()
Dclear_multi.cpp41 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()
Dnum_points_multi.cpp48 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/
Dtransformation_interface.cpp34 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()