Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/srs/
Dcheck_geometry.hpp77 struct check_geometry_impl struct
81 struct check_geometry_impl<Point, bg::point_tag> struct
86 struct check_geometry_impl<Segment, bg::segment_tag> struct
89 static void apply(Segment const& g1, Segment const& g2, T tol) in apply()
102 struct check_geometry_impl<MultiPoint, bg::multi_point_tag> struct
107 struct check_geometry_impl<Linestring, bg::linestring_tag> struct
112 struct check_geometry_impl<MultiLinestring, bg::multi_linestring_tag> struct
117 struct check_geometry_impl<Ring, bg::ring_tag> struct
122 struct check_geometry_impl<Polygon, bg::polygon_tag> struct
125 static void apply(Polygon const& g1, Polygon const& g2, T tol) in apply()
[all …]