Lines Matching refs:linestring
74 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1, 2 2, 3 3)", 2.0, 2.0); in test_2d()
75 test_centroid<bg::model::linestring<P> >("LINESTRING(0 0,0 4, 4 4)", 1.0, 3.0); in test_2d()
76 test_centroid<bg::model::linestring<P> >("LINESTRING(0 0,3 3,0 6,3 9,0 12)", 1.5, 6.0); in test_2d()
78 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1,10 1,1 0,10 0,4 -2,1 1)", in test_2d()
82 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1, 1 1)", 1.0, 1.0); in test_2d()
83 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1)", 1.0, 1.0); in test_2d()
86 bg::model::linestring<P> ls; in test_2d()
99 test_centroid<bg::model::linestring<P> >(ls, 1.0, -1.0); in test_2d()
143 bg::model::linestring<bg::model::d2::point_xy<int> >, in test_2d()
157 …test_centroid<bg::model::linestring<P> >("LINESTRING(1 2 3,4 5 -6,7 -8 9,-10 11 12,13 -14 -15, 16 … in test_3d()
168 …test_centroid<bg::model::linestring<P> >("LINESTRING(1 2 3 4 95,4 5 -6 24 40,7 -8 9 -5 -7,-10 11 1… in test_5d()
175 test_centroid_exception<bg::model::linestring<P> >(); in test_exceptions()