Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_piece_collection.hpp270 buffered_ring_collection<buffered_ring<Ring> > offsetted_rings; member
545 buffered_ring<Ring> const& ring = offsetted_rings[pc.first_seg_id.multi_index]; in update_piece_administration()
578 > visitor(m_pieces, offsetted_rings, m_turns, in get_turns()
630 std::size_t const n = offsetted_rings.size(); in start_new_ring()
636 offsetted_rings.resize(n + 1); in start_new_ring()
659 offsetted_rings.pop_back(); in abort_ring()
720 buffered_ring<Ring>& added = offsetted_rings.back(); in finish_ring()
773 BOOST_GEOMETRY_ASSERT(boost::size(offsetted_rings) > 0); in set_current_ring_concave()
774 offsetted_rings.back().has_concave = true; in set_current_ring_concave()
779 BOOST_GEOMETRY_ASSERT(boost::size(offsetted_rings) > 0); in add_point()
[all …]
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg.hpp71 map_pieces(collection.m_pieces, collection.offsetted_rings, true, true); in apply()
183 OffsettedRings const& offsetted_rings, in map_pieces() argument
201 ring_type const& ring = offsetted_rings[seg_id.multi_index]; in map_pieces()
279 inline void map_offsetted_rings(OffsettedRings const& offsetted_rings) in map_offsetted_rings() argument
282 = boost::begin(offsetted_rings); it != boost::end(offsetted_rings); ++it) in map_offsetted_rings()