38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
47 :
ROEdge(id, from, to, index, priority) {}
59 const std::vector<FlowDef>&
const std::vector< FlowDef > & getFlows() const
std::vector< FlowDef > myFlows
RODFEdge(const std::string &id, RONode *from, RONode *to, unsigned int index, const int priority)
Constructor.
A basic edge for routing applications.
void setFlows(const std::vector< FlowDef > &flows)
Base class for nodes used by the router.