Home
last modified time | relevance | path

Searched defs:topology_check (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.hpp31 struct topology_check struct
50 struct topology_check<Linestring, linestring_tag> struct
52 static const char interior = '1';
53 static const char boundary = '0';
55 topology_check(Linestring const& ls) in topology_check() argument
60 bool has_interior() const in has_interior()
66 bool has_boundary() const in has_boundary()
82 void for_each_boundary_point(Visitor & visitor) const in for_each_boundary_point()
93 void init() const in init()
107 Linestring const& m_ls;
[all …]