Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dbounded_view.hpp26 struct bounded_view struct
38 struct bounded_view<Segment, Box, segment_tag, box_tag, cs::cartesian> struct
41 typedef typename geometry::coordinate_type<Box>::type coordinate_type;
43 explicit bounded_view(Segment const& segment) in bounded_view() argument
48 inline coordinate_type get_min() const in get_min()
56 inline coordinate_type get_max() const in get_max()
64 Segment const& m_segment;
68 struct bounded_view<Segment, Box, segment_tag, box_tag, CSystem> struct
71 typedef typename geometry::coordinate_type<Box>::type coordinate_type;
73 explicit bounded_view(Segment const& segment) in bounded_view() argument
[all …]