/third_party/boost/boost/geometry/geometries/ |
D | linestring.hpp | 60 class linestring : public Container<Point, Allocator<Point> > class 68 inline linestring() in linestring() function in boost::geometry::model::linestring 74 inline linestring(Iterator begin, Iterator end) in linestring() function in boost::geometry::model::linestring 81 inline linestring(std::initializer_list<Point> l) in linestring() function in boost::geometry::model::linestring
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi_areal_linear.cpp | 37 typedef typename boost::range_value<MultiLineString>::type linestring; in test_areal_linear() typedef 67 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
D | difference_l_a_sph.cpp | 17 typedef bg::model::linestring<point> linestring; in test_all() typedef
|
D | difference_areal_linear.cpp | 237 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | follow.hpp | 66 LineString const& linestring, Polygon const& polygon, in last_covered_by() 83 LineString const& linestring, Polygon const& polygon, in is_leaving() 109 LineString const& linestring, Polygon const& polygon, in is_staying_inside() 136 Linestring const& linestring, Polygon const& polygon, in was_entered() 415 static inline OutputIterator apply(LineString const& linestring, Polygon const& polygon, in apply()
|
D | follow_linear_linear.hpp | 206 Linestring const& linestring, in process_turn() 276 Linestring const& linestring, in process_end() 310 apply(Linestring const& linestring, Linear const&, in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | linear.hpp | 91 is_acceptable_turn(Linestring const& linestring) in is_acceptable_turn() 126 Linestring const& linestring) in is_boundary_point_of() 138 Linestring const& linestring) in is_closing_point_of()
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | make_with_range.cpp | 28 typedef boost::geometry::model::linestring<point> linestring; in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS() typedef
|
/third_party/boost/libs/geometry/test/algorithms/touches/ |
D | touches_multi.cpp | 21 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
D | touches.cpp | 22 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
/third_party/boost/libs/geometry/test/algorithms/intersects/ |
D | intersects_self.cpp | 25 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
/third_party/boost/libs/geometry/doc/src/examples/strategies/ |
D | buffer_distance_symmetric.cpp | 21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
|
D | buffer_distance_asymmetric.cpp | 21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
|
D | buffer_end_round.cpp | 21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
|
D | buffer_end_flat.cpp | 21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection_multi.cpp | 434 typedef bg::model::linestring<P> linestring; in test_point_output() typedef 486 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
/third_party/boost/libs/geometry/example/ |
D | 04_boost_example.cpp | 34 typedef model::linestring<point> linestring; in main() typedef
|
/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | tupled_output.cpp | 70 typedef bg::model::linestring<point> linestring; in test_main() typedef
|
/third_party/boost/libs/geometry/test/ |
D | minimal.cpp | 21 typedef bg::model::linestring<point> linestring; in test_main() typedef
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | overlay_common.hpp | 93 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | buffer_linestring_aimes.cpp | 424 typedef bg::model::linestring<P> linestring; in test_aimes() typedef
|
D | buffer_linestring.cpp | 114 typedef bg::model::linestring<P> linestring; in test_all() typedef 375 typedef bg::model::linestring<P> linestring; in test_invalid() typedef
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | num_points.cpp | 56 typedef bg::model::linestring<point> linestring; in test_main() typedef
|
/third_party/boost/libs/geometry/test/io/svg/ |
D | svg.cpp | 51 typedef bg::model::linestring<P> linestring; in test_all() typedef
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/ |
D | test_set_ops_linear_linear.hpp | 240 isolated_point_to_segment(Linestring const& linestring, OutputIterator oit) in isolated_point_to_segment() 261 typename boost::range_value<MultiLinestring>::type linestring; in convert_isolated_points_to_segments() local
|