33 :
ROEdge(id, from, to, index, priority) {
44 if (dir ==
"l" || dir ==
"L") {
A basic edge for routing applications.
virtual void addSuccessor(ROEdge *s, ROEdge *via=nullptr, std::string dir="")
Adds information about a connected edge.
A basic edge for routing applications.
virtual ~ROMAEdge()
Destructor.
virtual void addSuccessor(ROEdge *s, ROEdge *via=nullptr, std::string dir="")
Adds information about a connected edge.
ROMAEdge(const std::string &id, RONode *from, RONode *to, int index, const int priority)
Constructor.
std::set< ROMAEdge * > myLeftTurns
Base class for nodes used by the router.