| 11 | } |
| 12 | |
| 13 | std::string toString(const IntersectionEdgeGeometry &shape) |
| 14 | { |
| 15 | std::string result = "[shape] " + std::to_string(shape.eid) + |
| 16 | " bearing: " + std::to_string(shape.perceived_bearing); |
| 17 | return result; |
| 18 | } |
| 19 | |
| 20 | std::string toString(const IntersectionViewData &view) |
| 21 | { |