Home
last modified time | relevance | path

Searched refs:m_has_boundary (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.hpp69 return m_has_boundary; in has_boundary()
85 if (m_has_boundary) in for_each_boundary_point()
101 m_has_boundary = count > 1 in init()
111 mutable bool m_has_boundary; member
134 return m_has_boundary; in has_boundary()
142 if (! m_has_boundary) in check_boundary_point()
154 if (m_has_boundary) in for_each_boundary_point()
213 m_has_boundary = false; in init()
218 m_has_boundary = find_odd_count(m_endpoints.begin(), m_endpoints.end()); in init()
294 mutable bool m_has_boundary; member