Home
last modified time | relevance | path

Searched defs:segments_begin (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/iterators/
Dsegment_iterator.hpp40 struct segments_begin<Linestring, linestring_tag> struct
45 >::type return_type;
47 static inline return_type apply(Linestring& linestring) in apply()
55 struct segments_begin<Ring, ring_tag> struct
60 >::type return_type;
62 static inline return_type apply(Ring& ring) in apply()
70 struct segments_begin<Polygon, polygon_tag> struct
75 >::type inner_range;
80 >::type return_type;
82 static inline return_type apply(Polygon& polygon) in apply()
[all …]
/third_party/boost/boost/geometry/iterators/dispatch/
Dsegment_iterator.hpp27 struct segments_begin struct