Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/policies/is_valid/
Dfailing_reason_policy.hpp53 case failure_duplicate_points: in validity_failure_type_message()
73 AllowDuplicates && failure == failure_duplicate_points)) in transform_failure_type()
171 struct process_data<failure_duplicate_points, Point>
Ddefault_policy.hpp27 || (AllowDuplicates && failure == failure_duplicate_points); in is_valid()
Dfailure_type_policy.hpp28 if (AllowDuplicates && failure == failure_duplicate_points) in transform_failure_type()
/third_party/boost/boost/geometry/algorithms/
Dvalidity_failure_type.hpp55 failure_duplicate_points = 13, enumerator
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dhas_duplicates.hpp68 return ! visitor.template apply<failure_duplicate_points>(*it); in apply()
/third_party/boost/libs/geometry/doc/generated/
Denum.qbk231 '''<indexterm><primary>failure_duplicate_points</primary></indexterm>'''
253 failure_duplicate_points = 13,
273 [[failure_duplicate_points] [The geometry has (consecutive) duplicate points (applies to areal geom…
/third_party/boost/libs/geometry/test/algorithms/
Dis_valid_failure.cpp59 case bg::failure_duplicate_points: in to_string()