Home
last modified time | relevance | path

Searched defs:linestring (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/boost/geometry/geometries/
Dlinestring.hpp60 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/
Ddifference_multi_areal_linear.cpp37 typedef typename boost::range_value<MultiLineString>::type linestring; in test_areal_linear() typedef
67 typedef bg::model::linestring<P> linestring; in test_all() typedef
Ddifference_l_a_sph.cpp17 typedef bg::model::linestring<point> linestring; in test_all() typedef
Ddifference_areal_linear.cpp237 typedef bg::model::linestring<P> linestring; in test_all() typedef
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dfollow.hpp66 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()
Dfollow_linear_linear.hpp206 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/
Dlinear.hpp91 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/
Dmake_with_range.cpp28 typedef boost::geometry::model::linestring<point> linestring; in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS() typedef
/third_party/boost/libs/geometry/test/algorithms/touches/
Dtouches_multi.cpp21 typedef bg::model::linestring<P> linestring; in test_all() typedef
Dtouches.cpp22 typedef bg::model::linestring<P> linestring; in test_all() typedef
/third_party/boost/libs/geometry/test/algorithms/intersects/
Dintersects_self.cpp25 typedef bg::model::linestring<P> linestring; in test_all() typedef
/third_party/boost/libs/geometry/doc/src/examples/strategies/
Dbuffer_distance_symmetric.cpp21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
Dbuffer_distance_asymmetric.cpp21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
Dbuffer_end_round.cpp21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
Dbuffer_end_flat.cpp21 typedef boost::geometry::model::linestring<point> linestring; in main() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_multi.cpp434 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/
D04_boost_example.cpp34 typedef model::linestring<point> linestring; in main() typedef
/third_party/boost/libs/geometry/test/algorithms/detail/
Dtupled_output.cpp70 typedef bg::model::linestring<point> linestring; in test_main() typedef
/third_party/boost/libs/geometry/test/
Dminimal.cpp21 typedef bg::model::linestring<point> linestring; in test_main() typedef
/third_party/boost/libs/geometry/test/algorithms/overlay/
Doverlay_common.hpp93 typedef bg::model::linestring<P> linestring; in test_all() typedef
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_linestring_aimes.cpp424 typedef bg::model::linestring<P> linestring; in test_aimes() typedef
Dbuffer_linestring.cpp114 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/
Dnum_points.cpp56 typedef bg::model::linestring<point> linestring; in test_main() typedef
/third_party/boost/libs/geometry/test/io/svg/
Dsvg.cpp51 typedef bg::model::linestring<P> linestring; in test_all() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/
Dtest_set_ops_linear_linear.hpp240 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

12