Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Dvalidity_failure_type.hpp81 failure_wrong_corner_order = 50, // for boxes enumerator
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dbox.hpp51 return visitor.template apply<failure_wrong_corner_order>(); in apply()
/third_party/boost/libs/geometry/doc/generated/
Denum.qbk239 '''<indexterm><primary>failure_wrong_corner_order</primary></indexterm>'''
261 failure_wrong_corner_order = 50,
281 [[failure_wrong_corner_order] [The top-right corner of the box is lexicographically smaller than it…
/third_party/boost/boost/geometry/policies/is_valid/
Dfailing_reason_policy.hpp55 case failure_wrong_corner_order: in validity_failure_type_message()
/third_party/boost/libs/geometry/test/algorithms/
Dis_valid_failure.cpp75 case bg::failure_wrong_corner_order: in to_string()
200 test::apply("b02", "BOX(0 0,0 -1)", bg::failure_wrong_corner_order); in BOOST_AUTO_TEST_CASE()
201 test::apply("b03", "BOX(0 0,-1 -1)", bg::failure_wrong_corner_order); in BOOST_AUTO_TEST_CASE()