Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp247 point_vector_itr<T> const& begin, in correct_repeated_points()
248 point_vector_itr<T> const& end) { in correct_repeated_points()
755 point_vector_itr<T> const& begin, in correct_chained_repeats()
756 point_vector_itr<T> const& end) { in correct_chained_repeats()
1227 point_vector_itr<T> const& begin, in correct_collinear_repeats()
1228 point_vector_itr<T> const& end) { in correct_collinear_repeats()
H A Dpoint.hpp61 using point_vector_itr = typename point_vector<T>::iterator; typedef