Lines Matching refs:bg
38 typedef typename bg::point_type<Geometry>::type point_type; in test_with_ax()
39 typedef bg::strategy::distance::detail::projected_point_ax<> ax_type; in test_with_ax()
40 typedef typename bg::strategy::distance::services::return_type in test_with_ax()
42 bg::strategy::distance::detail::projected_point_ax<>, in test_with_ax()
47 typedef bg::strategy::distance::detail::projected_point_ax_less in test_with_ax()
52 typedef bg::strategy::simplify::detail::douglas_peucker in test_with_ax()
55 bg::strategy::distance::detail::projected_point_ax<>, in test_with_ax()
71 test_geometry<bg::model::linestring<P> >( in test_all()
75 test_geometry<bg::model::linestring<P> >( in test_all()
79 test_geometry<bg::model::linestring<P> >( in test_all()
84 test_geometry<bg::model::linestring<P> >( in test_all()
89 test_geometry<bg::model::linestring<P> >( in test_all()
94 test_geometry<bg::model::linestring<P> >( in test_all()
100 test_geometry<bg::model::linestring<P> >( in test_all()
129 test_geometry<bg::model::polygon<P> >( in test_all()
133 test_geometry<bg::model::polygon<P> >( in test_all()
138 test_geometry<bg::model::polygon<P> >( in test_all()
143 test_geometry<bg::model::polygon<P> >( in test_all()
148 test_geometry<bg::model::polygon<P> >( in test_all()
151 test_geometry<bg::model::polygon<P> >( in test_all()
154 test_geometry<bg::model::polygon<P> >( in test_all()
157 test_geometry<bg::model::polygon<P> >( in test_all()
160 test_geometry<bg::model::polygon<P> >( in test_all()
168 test_geometry<bg::model::polygon<P> >( in test_all()
175 test_geometry<bg::model::polygon<P> >(near_triangle, in test_all()
177 test_geometry<bg::model::polygon<P> >(near_triangle, in test_all()
180 test_geometry<bg::model::polygon<P> >(near_triangle, in test_all()
182 test_geometry<bg::model::polygon<P> >(near_triangle, in test_all()
187 test_geometry<bg::model::polygon<P> >(salamina, 196318951.5097456, 100); in test_all()
188 test_geometry<bg::model::polygon<P> >(salamina, 194471472.35804176, 200); in test_all()
189 test_geometry<bg::model::polygon<P> >(salamina, 191735337.33374023, 500); in test_all()
190 test_geometry<bg::model::polygon<P> >(salamina, 186593693.18401337, 1000); in test_all()
191 test_geometry<bg::model::polygon<P> >(salamina, 181448561.04094696, 2000); in test_all()
192 test_geometry<bg::model::polygon<P> >(salamina, 141965392.92240524, 5000); in test_all()
195 test_geometry<bg::model::polygon<P> >( in test_all()
208 typedef bg::strategy::simplify::douglas_peucker in test_all()
211 bg::strategy::distance::projected_point<double> in test_all()
214 test_geometry<bg::model::linestring<P> >( in test_all()
227 test_geometry<bg::model::ring<P> >( in test_all()
233 test_with_ax<bg::model::linestring<P> >( in test_all()
248 test_geometry<bg::model::linestring<P> >(zigzag, expected100, 1.0001); in test_zigzag()
249 test_geometry<bg::model::linestring<P> >(zigzag, expected150, 1.5001); in test_zigzag()
250 test_geometry<bg::model::linestring<P> >(zigzag, expected200, 2.0001); in test_zigzag()
251 …test_geometry<bg::model::linestring<P> >(zigzag, expected225, 2.25); // should be larger than sqrt… in test_zigzag()
256 test_with_ax<bg::model::linestring<P> >(zigzag, expected100, 1.0001, 1.0001); in test_zigzag()
257 test_with_ax<bg::model::linestring<P> >(zigzag, expected150, 1.5001, 1.0001); in test_zigzag()
258 test_with_ax<bg::model::linestring<P> >(zigzag, expected200, 2.0001, 1.0001); in test_zigzag()
259 test_with_ax<bg::model::linestring<P> >(zigzag, expected225, 2.25, 1.0001); in test_zigzag()
268 test_geometry<bg::model::linestring<P> >( in test_3d()
271 test_geometry<bg::model::linestring<P> >( in test_3d()
280 test_geometry<bg::model::linestring<P> >( in test_spherical()
291 test_all<bg::model::d2::point_xy<double> >(); in test_main()
295 test_all<bg::model::d2::point_xy<float> >(); in test_main()
297 test_3d<bg::model::point<double, 3, bg::cs::cartesian> >(); in test_main()
299 test_spherical<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > >(); in test_main()
301 test_zigzag<bg::model::d2::point_xy<double> >(); in test_main()
304 test_all<bg::model::d2::point_xy<ttmath_big> >(); in test_main()
305 test_spherical<bg::model::point<ttmath_big, 2, bg::cs::spherical_equatorial<bg::degree> > >(); in test_main()