Home
last modified time | relevance | path

Searched refs:is_convertible_to_polygon (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/
Dtest_is_valid.hpp163 struct is_convertible_to_polygon struct
170 struct is_convertible_to_polygon<Ring, bg::ring_tag> argument
203 typename is_convertible_to_polygon<Ring>::type
443 if ( BOOST_GEOMETRY_CONDITION(is_convertible_to_polygon<Geometry>::value) ) in apply()
449 typename is_convertible_to_polygon<Geometry>::type polygon; in apply()