Home
last modified time | relevance | path

Searched refs:m_endpoints (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 Dtopology_check.hpp145 std::size_t count = count_equal(m_endpoints.begin(), m_endpoints.end(), point); in check_boundary_point()
156 for_each_boundary_point(m_endpoints.begin(), m_endpoints.end(), visitor); in for_each_boundary_point()
166 m_endpoints.reserve(boost::size(m_mls) * 2); in init()
203 m_endpoints.push_back(front_pt); in init()
207 m_endpoints.push_back(back_pt); in init()
215 if (! m_endpoints.empty() ) in init()
217 std::sort(m_endpoints.begin(), m_endpoints.end(), relate::less()); in init()
218 m_has_boundary = find_odd_count(m_endpoints.begin(), m_endpoints.end()); in init()
297 mutable std::vector<point_type> m_endpoints; member