Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/
Doccupation_info.hpp140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index in move_index() argument
144 piece_index >= 0 in move_index()
145 && piece_index < static_cast<signed_size_type>(boost::size(pieces)) ); in move_index()
148 && index < static_cast<signed_size_type>(boost::size(pieces[piece_index].robust_ring))); in move_index()
157 piece_index--; in move_index()
158 if (piece_index < 0) in move_index()
160 piece_index = boost::size(pieces) - 1; in move_index()
162 index = boost::size(pieces[piece_index].robust_ring) - 1; in move_index()
165 && index >= static_cast<signed_size_type>(boost::size(pieces[piece_index].robust_ring))) in move_index()
167 piece_index++; in move_index()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsegment_identifier.hpp42 , piece_index(-1) in segment_identifier()
53 , piece_index(-1) in segment_identifier()
61 : piece_index != other.piece_index ? piece_index < other.piece_index in operator <()
71 && piece_index == other.piece_index in operator ==()
85 if (seg_id.piece_index >= 0) os << ", p:" << seg_id.piece_index; in operator <<()
96 signed_size_type piece_index; member
Dsort_by_side.hpp390 signed_size_type const& index = ranked.seg_id.piece_index; in find_open_by_piece_index()
395 find_polygons_for_source<&segment_identifier::piece_index>(index, i); in find_open_by_piece_index()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dturn_in_piece_visitor.hpp53 if (op.piece_index == piece.index) in skip()
57 Piece const& pc = m_pieces[op.piece_index]; in skip()
Dbuffer_policies.hpp133 signed_size_type piece_index; member
137 : piece_index(-1) in buffer_turn_operation()
Dget_piece_turns.hpp244 the_model.operations[0].piece_index = piece1.index; in calculate_turns()
253 the_model.operations[1].piece_index = piece2.index; in calculate_turns()
Dbuffered_piece_collection.hpp452 && m_pieces[op.seg_id.piece_index].is_deflated) in deflate_check_turns()
804 current_segment_id.piece_index = pc.index; in create_piece()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg.hpp151 << " " << it->operations[0].piece_index << "/" << it->operations[1].piece_index in map_turns()