/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance_se_geo_l_l.cpp | 87 typedef bg::model::linestring<Point> linestring_type; in test_distance_segment_linestring() typedef 89 typedef test_distance_of_geometries<segment_type, linestring_type> tester; in test_distance_segment_linestring() 119 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_linestring() typedef 123 linestring_type, linestring_type in test_distance_linestring_linestring() 161 typedef bg::model::linestring<Point> linestring_type; in test_distance_segment_multilinestring() typedef 162 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; in test_distance_segment_multilinestring() 197 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_multilinestring() typedef 198 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; in test_distance_linestring_multilinestring() 202 linestring_type, multi_linestring_type in test_distance_linestring_multilinestring() 229 typedef bg::model::linestring<Point> linestring_type; in test_distance_multilinestring_multilinestring() typedef [all …]
|
D | distance_geo_linear_box.cpp | 57 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_polygon() typedef 59 typedef test_distance_of_geometries<linestring_type, polygon_type> tester; in test_distance_linestring_polygon() 77 typedef bg::model::linestring<Point> linestring_type; in test_distance_multi_linestring_polygon() typedef 78 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; in test_distance_multi_linestring_polygon() 122 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_multi_polygon() typedef 125 typedef test_distance_of_geometries<linestring_type, multi_polygon_type> tester; in test_distance_linestring_multi_polygon() 144 typedef bg::model::linestring<Point> linestring_type; in test_distance_multi_linestring_multi_polygon() typedef 145 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; in test_distance_multi_linestring_multi_polygon() 189 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_ring() typedef 191 typedef test_distance_of_geometries<linestring_type, ring_type> tester; in test_distance_linestring_ring() [all …]
|
D | distance_se_geo_l_ar.cpp | 67 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_polygon() typedef 69 typedef test_distance_of_geometries<linestring_type, polygon_type> tester; in test_distance_linestring_polygon() 97 typedef bg::model::linestring<Point> linestring_type; in test_distance_multi_linestring_polygon() typedef 98 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; in test_distance_multi_linestring_polygon() 166 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_multi_polygon() typedef 169 typedef test_distance_of_geometries<linestring_type, multi_polygon_type> tester; in test_distance_linestring_multi_polygon() 199 typedef bg::model::linestring<Point> linestring_type; in test_distance_multi_linestring_multi_polygon() typedef 200 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; in test_distance_multi_linestring_multi_polygon() 255 typedef bg::model::linestring<Point> linestring_type; in test_distance_linestring_ring() typedef 257 typedef test_distance_of_geometries<linestring_type, ring_type> tester; in test_distance_linestring_ring() [all …]
|
D | distance_ca_l_l.cpp | 25 typedef bg::model::linestring<point_type> linestring_type; typedef 26 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 70 typedef test_distance_of_geometries<segment_type, linestring_type> tester; in test_distance_segment_linestring() 100 linestring_type, linestring_type in test_distance_linestring_linestring() 193 linestring_type, multi_linestring_type in test_distance_linestring_multilinestring()
|
D | distance_ca_pl_l.cpp | 26 typedef bg::model::linestring<point_type> linestring_type; typedef 27 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 69 typedef test_distance_of_geometries<point_type, linestring_type> tester; in test_distance_point_linestring() 161 linestring_type, multi_point_type in test_distance_linestring_multipoint() 236 linestring_type ls; in test_distance_multipoint_multilinestring()
|
D | distance_ca_l_ar.cpp | 26 typedef bg::model::linestring<point_type> linestring_type; typedef 27 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 84 typedef test_distance_of_geometries<linestring_type, polygon_type> tester; in test_distance_linestring_polygon() 122 linestring_type, open_polygon_type in test_distance_linestring_open_polygon() 211 linestring_type, multi_polygon_type in test_distance_linestring_multipolygon() 246 linestring_type, open_multipolygon_type in test_distance_linestring_open_multipolygon() 320 typedef test_distance_of_geometries<linestring_type, ring_type> tester; in test_distance_linestring_ring() 809 typedef test_distance_of_geometries<linestring_type, box_type> tester; in test_distance_linestring_box()
|
D | distance_geo_pl_l.cpp | 28 typedef bg::model::linestring<point_type> linestring_type; typedef 29 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 446 typedef test_distance_of_geometries<point_type, linestring_type> tester; in test_distance_point_linestring() 492 typedef test_distance_of_geometries<point_type, linestring_type> tester; in test_distance_point_linestring_strategies() 580 linestring_type, multi_point_type in test_distance_linestring_multipoint()
|
D | distance_se_pl_l.cpp | 29 typedef bg::model::linestring<point_type> linestring_type; typedef 30 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 220 typedef test_distance_of_geometries<point_type, linestring_type> tester; in test_distance_point_linestring() 366 linestring_type, multi_point_type in test_distance_linestring_multipoint()
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | multi_linestring_concept.hpp | 46 typedef typename boost::range_value<Geometry>::type linestring_type; typedef in boost::geometry::concepts::MultiLinestring 48 BOOST_CONCEPT_ASSERT( (concepts::Linestring<linestring_type>) ); 59 linestring_type* ls = 0; in BOOST_CONCEPT_USAGE() 74 typedef typename boost::range_value<Geometry>::type linestring_type; typedef in boost::geometry::concepts::ConstMultiLinestring 76 BOOST_CONCEPT_ASSERT( (concepts::ConstLinestring<linestring_type>) );
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/register/ |
D | multi_linestring.cpp | 23 > linestring_type; typedef 26 BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING(std::deque<linestring_type>) in BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING() argument 31 std::deque<linestring_type> lines(2); in BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING()
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | densify_strategy.cpp | 24 typedef bg::model::linestring<point_type> linestring_type; in main() typedef 26 linestring_type ls; in main() 29 linestring_type res; in main()
|
D | discrete_frechet_distance.cpp | 21 typedef boost::geometry::model::linestring<point_type> linestring_type; in main() typedef 23 linestring_type ls1, ls2; in main()
|
D | is_simple.cpp | 25 typedef boost::geometry::model::linestring<point_type> linestring_type; in main() typedef 26 typedef boost::geometry::model::multi_linestring<linestring_type> multi_linestring_type; in main()
|
D | discrete_hausdorff_distance.cpp | 21 typedef boost::geometry::model::linestring<point_type> linestring_type; in main() typedef 23 linestring_type ls1, ls2; in main()
|
D | discrete_hausdorff_distance_strategy.cpp | 22 typedef bg::model::linestring<point_type> linestring_type; in main() typedef 24 linestring_type ls1, ls2; in main()
|
D | discrete_frechet_distance_strategy.cpp | 22 typedef bg::model::linestring<point_type> linestring_type; in main() typedef 24 linestring_type ls1, ls2; in main()
|
D | distance.cpp | 29 typedef boost::geometry::model::linestring<point_type> linestring_type; in main() typedef 34 linestring_type line; in main()
|
D | line_interpolate.cpp | 25 using linestring_type = model::linestring<point_type>; in main() typedef 29 linestring_type const l { {0, 0}, {1, 0}, {1, 1}, {0, 1}, {0, 2} }; in main()
|
D | line_interpolate_strategy.cpp | 25 using linestring_type = model::linestring<point_type>; in main() typedef 29 linestring_type const l { {0, 1}, {1, 1}, {1, 2}, {0, 2}, {0, 3} }; in main()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_simple.cpp | 23 typedef bg::model::linestring<point_type> linestring_type; typedef 24 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 91 typedef linestring_type G; in BOOST_AUTO_TEST_CASE() 266 linestring_type ls1, ls2; in BOOST_AUTO_TEST_CASE() 290 linestring_type, multi_linestring_type, polygon_type in BOOST_AUTO_TEST_CASE() 295 linestring_type simple_linestring = in BOOST_AUTO_TEST_CASE() 296 from_wkt<linestring_type>("LINESTRING(0 0,1 0)"); in BOOST_AUTO_TEST_CASE()
|
D | comparable_distance.cpp | 247 typedef bg::model::linestring<point_type> linestring_type; in apply() typedef 250 point_type, segment_type, linestring_type in apply() 259 linestring_type linestring; in apply() 332 typedef bg::model::linestring<point_type> linestring_type; in apply() typedef 335 linestring_type in apply() 339 segment_type, linestring_type, multi_linestring_type in apply() 345 linestring_type ls; in apply() 371 segment_type, linestring_type, strategy_type in apply()
|
D | is_simple_geo.cpp | 26 typedef bg::model::linestring<point_type> linestring_type; typedef 27 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 53 typedef linestring_type G; in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_pl_l.cpp | 29 typedef bg::model::linestring<point_type> linestring_type; typedef 31 typedef bg::model::multi_linestring<linestring_type> multi_linestring_type; 52 << sizeof(bg::point_iterator<linestring_type>) << std::endl; in BOOST_AUTO_TEST_CASE() 56 << sizeof(bg::segment_iterator<linestring_type>) << std::endl; in BOOST_AUTO_TEST_CASE() 113 typedef linestring_type L; in BOOST_AUTO_TEST_CASE() 473 typedef linestring_type L; in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | linear.hpp | 175 typedef typename boost::range_value<MultiLinestring>::type linestring_type; in apply() typedef 177 linestring_type const& ls1 = in apply() 180 linestring_type const& ls2 = in apply()
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/ |
D | support_status.cpp | 64 typedef boost::geometry::model::linestring<point_type> linestring_type; typedef 71 typedef boost::geometry::model::multi_linestring<linestring_type> multi_linestring_type; 78 linestring_type,
|