Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dtopology_check.hpp34 struct topology_check struct
53 struct topology_check<Linestring, EqPPStrategy, linestring_tag> struct
55 static const char interior = '1';
56 static const char boundary = '0';
58 topology_check(Linestring const& ls) in topology_check() function
63 bool has_interior() const in has_interior()
69 bool has_boundary() const in has_boundary()
85 void for_each_boundary_point(Visitor & visitor) const in for_each_boundary_point()
96 void init() const in init()
112 Linestring const& m_ls;
[all …]