Move debug printer code to own header
This commit is contained in:
committed by
Patrick Niklaus
parent
83d7a57b73
commit
e7bb612050
@@ -75,10 +75,6 @@ struct IntersectionViewData : IntersectionShapeData
|
||||
bool CompareByAngle(const IntersectionViewData &other) const;
|
||||
};
|
||||
|
||||
// small helper function to print the content of a connected road
|
||||
std::string toString(const IntersectionShapeData &shape);
|
||||
std::string toString(const IntersectionViewData &view);
|
||||
|
||||
// Intersections are sorted roads: [0] being the UTurn road, then from sharp right to sharp left.
|
||||
// common operations shared amongst all intersection types
|
||||
template <typename Self> struct EnableShapeOps
|
||||
|
||||
Reference in New Issue
Block a user