36 #ifdef CHECK_MEMORY_LEAKS
38 #endif // CHECK_MEMORY_LEAKS
45 :
ROEdge(id, from, to, index, priority) {}
57 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.