60 void setFlows(
const std::vector<FlowDef>& flows);
62 const std::vector<FlowDef>&
getFlows()
const;
RODFEdge & operator=(const RODFEdge &src)
Invalidated assignment operator.
void setFlows(const std::vector< FlowDef > &flows)
RODFEdge(const RODFEdge &src)
Invalidated copy constructor.
std::vector< FlowDef > myFlows
const std::vector< FlowDef > & getFlows() const
A basic edge for routing applications.
A single lane the router may use.
Base class for nodes used by the router.