69 static void loadEdgesFromFile(
const std::string& file, std::set<std::string>& into);
static SUMOReal normRelAngle(SUMOReal angle1, SUMOReal angle2)
ensure that reverse relAngles (>=179.999) always count as turnarounds (-180)
static void loadEdgesFromFile(const std::string &file, std::set< std::string > &into)
Add edge ids defined in file (either ID or edge::ID per line) into the given set. ...
static std::string normalIDRepresentation(const std::string &id)
A point in 2D or 3D with translation and scaling methods.
Represents a single node (junction) during network building.
static SUMOReal relAngle(SUMOReal angle1, SUMOReal angle2)
static SUMOReal distance(NBNode *node1, NBNode *node2)