| 1090 | } |
| 1091 | |
| 1092 | double segment_width(const CenterLineGraphData& graph, const std::pair<size_t, size_t>& edge) { |
| 1093 | return 0.5 * (graph.widths[edge.first] + graph.widths[edge.second]); |
| 1094 | } |
| 1095 | |
| 1096 | bool edge_supports_same_line( |
| 1097 | const DPoint& seed_a, |