Home
last modified time | relevance | path

Searched refs:failure_self_intersections (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/policies/is_valid/
H A Dfailing_reason_policy.hpp41 case failure_self_intersections: in validity_failure_type_message()
137 struct process_data<failure_self_intersections, Turns>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dvalidity_failure_type.hpp62 failure_self_intersections = 21, // for areal geometries enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_valid_self_turns.hpp98 return visitor.template apply<failure_self_intersections>(turns); in apply()