Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp299 buffered_ring_collection<buffered_ring<Ring> > offsetted_rings; // indexed by multi_index member
794 > visitor(m_pieces, offsetted_rings, m_turns, in get_turns()
832 signed_size_type const n = static_cast<signed_size_type>(offsetted_rings.size()); in start_new_ring()
838 offsetted_rings.resize(n + 1); in start_new_ring()
861 offsetted_rings.erase(offsetted_rings.end() - 1); in abort_ring()
869 BOOST_GEOMETRY_ASSERT(! offsetted_rings.empty()); in update_closing_point()
870 buffered_ring<Ring>& added = offsetted_rings.back(); in update_closing_point()
947 BOOST_GEOMETRY_ASSERT(boost::size(offsetted_rings) > 0); in set_current_ring_concave()
948 offsetted_rings.back().has_concave = true; in set_current_ring_concave()
953 BOOST_GEOMETRY_ASSERT(boost::size(offsetted_rings) > 0); in add_point()
[all …]