Home
last modified time | relevance | path

Searched refs:RONode (Results 1 – 25 of 29) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONode.h46 class RONode : public Named {
51 RONode(const std::string& id);
55 ~RONode();
100 RONode(const RONode& src);
103 RONode& operator=(const RONode& src);
H A DRONode.cpp32 RONode::RONode(const std::string& id) in RONode() function in RONode
36 RONode::~RONode() {} in ~RONode()
40 RONode::setPosition(const Position& p) { in setPosition()
H A DROAbstractEdgeBuilder.h34 class RONode; variable
75 …virtual ROEdge* buildEdge(const std::string& name, RONode* from, RONode* to, const int priority) =…
H A DROEdge.h82 ROEdge(const std::string& id, RONode* from, RONode* to, int index, const int priority);
462 const RONode* getFromJunction() const { in getFromJunction()
466 const RONode* getToJunction() const { in getToJunction()
491 RONode* myFromJunction;
492 RONode* myToJunction;
H A DRORoutable.h40 class RONode; variable
44 typedef IntermodalRouter<ROEdge, ROLane, RONode, ROVehicle> ROIntermodalRouter;
45 typedef RouterProvider<ROEdge, ROLane, RONode, ROVehicle> RORouterProvider;
H A DMakefile.am8 RONode.cpp RONode.h \
H A DRONet.h48 class RONode; variable
176 void addNode(RONode* node);
185 RONode* getNode(const std::string& id) const { in getNode()
456 NamedObjectCont<RONode*> myNodes;
H A DROHelper.cpp59 const RONode* start = edges[0]->getFromJunction(); in recheckForLoops()
71 const RONode* end = edges.back()->getToJunction(); in recheckForLoops()
H A DRONetHandler.cpp168 RONode* fromNode = myNet.getNode(from); in parseEdge()
171 fromNode = new RONode(from); in parseEdge()
174 RONode* toNode = myNet.getNode(to); in parseEdge()
177 toNode = new RONode(to); in parseEdge()
251 RONode* n = myNet.getNode(id); in parseJunction()
/dports/cad/sumo/sumo-1.2.0/src/activitygen/city/
H A DAGStreet.h65 ROEdge* buildEdge(const std::string& name, RONode* from, RONode* to, const int priority) { in buildEdge()
70 AGStreet(const std::string& id, RONode* from, RONode* to, int index, const int priority);
H A DAGStreet.cpp37 AGStreet::AGStreet(const std::string& id, RONode* from, RONode* to, int index, const int priority) : in AGStreet()
/dports/cad/sumo/sumo-1.2.0/src/marouter/
H A DROMAEdgeBuilder.h35 class RONode; variable
75 ROEdge* buildEdge(const std::string& name, RONode* from, RONode* to, const int priority);
H A DROMAEdgeBuilder.cpp41 ROMAEdgeBuilder::buildEdge(const std::string& name, RONode* from, RONode* to, const int priority) { in buildEdge()
H A DROMAEdge.cpp34 ROMAEdge::ROMAEdge(const std::string& id, RONode* from, RONode* to, int index, const int priority) in ROMAEdge()
H A DROMAEdge.h67 ROMAEdge(const std::string& id, RONode* from, RONode* to, int index, const int priority);
/dports/cad/sumo/sumo-1.2.0/src/duarouter/
H A DRODUAEdgeBuilder.h36 class RONode; variable
76 ROEdge* buildEdge(const std::string& name, RONode* from, RONode* to, const int priority);
H A DRODUAEdgeBuilder.cpp42 RODUAEdgeBuilder::buildEdge(const std::string& name, RONode* from, RONode* to, const int priority) { in buildEdge()
/dports/cad/sumo/sumo-1.2.0/src/dfrouter/
H A DRODFEdgeBuilder.h74 ROEdge* buildEdge(const std::string& name, RONode* from, RONode* to, const int priority);
H A DRODFEdgeBuilder.cpp40 RODFEdgeBuilder::buildEdge(const std::string& name, RONode* from, RONode* to, const int priority) { in buildEdge()
H A DRODFEdge.cpp35 RODFEdge::RODFEdge(const std::string& id, RONode* from, RONode* to, int index, const int priority) in RODFEdge()
H A DRODFEdge.h57 RODFEdge(const std::string& id, RONode* from, RONode* to, int index, const int priority);
/dports/cad/sumo/sumo-1.2.0/src/jtrrouter/
H A DROJTREdgeBuilder.cpp40 ROJTREdgeBuilder::buildEdge(const std::string& name, RONode* from, RONode* to, const int priority) { in buildEdge()
H A DROJTREdgeBuilder.h73 ROEdge* buildEdge(const std::string& name, RONode* from, RONode* to, const int priority);
H A DROJTREdge.h60 ROJTREdge(const std::string& id, RONode* from, RONode* to, int index, const int priority);
H A DROJTREdge.cpp38 ROJTREdge::ROJTREdge(const std::string& id, RONode* from, RONode* to, int index, const int priority) in ROJTREdge()

12