Loading [MathJax]/jax/input/TeX/config.js
Dynamical system model
All Classes Namespaces Files Functions Pages
dsm::RoadNetwork Member List

This is the complete list of members for dsm::RoadNetwork, including all inherited members.

addEdge(Id edgeId, TArgs &&... args)dsm::Network< RoadJunction, Street >
addNode(Id nodeId, TArgs &&... args)dsm::Network< RoadJunction, Street >
addNodes(T1 &&node, Tn &&... nodes) (defined in dsm::RoadNetwork)dsm::RoadNetwork
addStreet(Street &&street)dsm::RoadNetwork
addStreets(T1 &&street) (defined in dsm::RoadNetwork)dsm::RoadNetwork
addStreets(T1 &&street, Tn &&... streets) (defined in dsm::RoadNetwork)dsm::RoadNetwork
adjacencyMatrix() constdsm::Network< RoadJunction, Street >
adjustNodeCapacities()dsm::RoadNetwork
autoMapStreetLanes()dsm::RoadNetwork
buildAdj()dsm::RoadNetwork
edge(Id edgeId) constdsm::Network< RoadJunction, Street >
edge(Id edgeId)dsm::Network< RoadJunction, Street >
edges() constdsm::Network< RoadJunction, Street >
exportEdges(const std::string &fileName)dsm::RoadNetwork
exportMatrix(std::string path="./matrix.dsm", bool isAdj=true)dsm::RoadNetwork
exportNodes(const std::string &fileName)dsm::RoadNetwork
importCoordinates(const std::string &fileName)dsm::RoadNetwork
importMatrix(const std::string &fileName, bool isAdj=true, double defaultSpeed=13.8888888889)dsm::RoadNetwork
importOSMEdges(const std::string &fileName)dsm::RoadNetwork
importOSMNodes(const std::string &fileName)dsm::RoadNetwork
initTrafficLights(Delay const minGreenTime=30)dsm::RoadNetwork
inputNodes() const noexceptdsm::RoadNetworkinline
inputNodes() noexceptdsm::RoadNetworkinline
makeRoundabout(Id nodeId)dsm::RoadNetwork
makeSpireStreet(Id streetId)dsm::RoadNetwork
makeStation(Id nodeId, const unsigned int managementTime)dsm::RoadNetwork
makeStochasticStreet(Id streetId, double const flowRate) (defined in dsm::RoadNetwork)dsm::RoadNetwork
makeTrafficLight(Id const nodeId, Delay const cycleTime, Delay const counter=0)dsm::RoadNetwork
maxCapacity() const noexceptdsm::RoadNetworkinline
nEdges() constdsm::Network< RoadJunction, Street >
Network(AdjacencyMatrix const &adj)dsm::Network< RoadJunction, Street >explicit
nNodes() constdsm::Network< RoadJunction, Street >
node(Id nodeId) constdsm::Network< RoadJunction, Street >
node(Id nodeId)dsm::Network< RoadJunction, Street >
nodeMapping() const noexceptdsm::RoadNetworkinline
nodes() constdsm::Network< RoadJunction, Street >
oppositeStreet(Id streetId) constdsm::RoadNetwork
outputNodes() const noexceptdsm::RoadNetworkinline
outputNodes() noexceptdsm::RoadNetworkinline
RoadNetwork() (defined in dsm::RoadNetwork)dsm::RoadNetwork
RoadNetwork(AdjacencyMatrix const &adj)dsm::RoadNetwork
RoadNetwork(const std::unordered_map< Id, std::unique_ptr< Street > > &streetSet)dsm::RoadNetwork
shortestPath(const Node &source, const Node &destination, Func f=weight_functions::streetLength) constdsm::RoadNetwork
shortestPath(Id source, Id destination, Func f=weight_functions::streetLength) constdsm::RoadNetwork
street(Id source, Id destination) constdsm::RoadNetwork