Home
last modified time | relevance | path

Searched defs:boundary_visitor (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/algorithms/detail/relate/
H A Dmulti_point_geometry.hpp59 struct boundary_visitor struct
61 boundary_visitor(Points const& points) in boundary_visitor() argument
67 struct find_pred
83 bool apply(Point const& boundary_point) in apply()
93 bool result() const { return m_boundary_found; } in result()
96 Points const& m_points;
97 bool m_boundary_found;
114 struct boundary_visitor struct
116 boundary_visitor(Points const& points) in boundary_visitor() function
122 bool apply(Point const& boundary_point) in apply()
[all …]