Home
last modified time | relevance | path

Searched refs:topology_check (Results 1 – 3 of 3) 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
55 topology_check(Linestring const& ls) in topology_check() argument
115 struct topology_check<MultiLinestring, multi_linestring_tag> struct
120 topology_check(MultiLinestring const& mls) in topology_check() function
301 struct topology_check<Ring, ring_tag> struct
306 topology_check(Ring const&) {} in topology_check() function
313 struct topology_check<Polygon, polygon_tag> struct
318 topology_check(Polygon const&) {} in topology_check() argument
325 struct topology_check<MultiPolygon, multi_polygon_tag> struct
[all …]
H A Dmulti_point_geometry.hpp49 detail::relate::topology_check<Geometry> const& ) in apply()
102 detail::relate::topology_check<Geometry> const& tc) in apply()
141 detail::relate::topology_check<Geometry> const& tc) in apply()
212 typedef detail::relate::topology_check<SingleGeometry> tc_t; in apply()
288 detail::relate::topology_check<MultiGeometry> const& tc, in item_visitor_type()
338 detail::relate::topology_check<MultiGeometry> const& m_tc;
354 detail::relate::topology_check<MultiGeometry> const& tc, in apply()
390 detail::relate::topology_check<MultiGeometry> const& tc, in apply()
476 typedef detail::relate::topology_check<MultiGeometry> tc_t; in apply()
H A Dpoint_geometry.hpp63 typedef detail::relate::topology_check<Geometry> tc_t; in apply()