Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dnum_geometries.cpp12 #define BOOST_TEST_MODULE test_num_geometries
43 struct test_num_geometries struct
66 test_num_geometries<point>::apply("POINT(0 0)", 1); in BOOST_AUTO_TEST_CASE() argument
71 test_num_geometries<segment>::apply("SEGMENT(0 0,1 1)", 1); in BOOST_AUTO_TEST_CASE()
76 test_num_geometries<box>::apply("BOX(0 0,1 1)", 1); in BOOST_AUTO_TEST_CASE()
81 test_num_geometries<linestring>::apply("LINESTRING(0 0,1 1,2 2)", 1); in BOOST_AUTO_TEST_CASE()
86 typedef test_num_geometries<multi_point> tester; in BOOST_AUTO_TEST_CASE()
96 typedef test_num_geometries<multi_linestring> tester; in BOOST_AUTO_TEST_CASE()
106 test_num_geometries<ring>::apply("POLYGON((0 0,1 0,0 1,0 0))", 1); in BOOST_AUTO_TEST_CASE()
111 typedef test_num_geometries<polygon> tester; in BOOST_AUTO_TEST_CASE()
[all …]