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