Virtual Belgium  2.0
A micro-simulation platform for the Belgian population
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Network Member List

This is the complete list of members for Network, including all inherited members.

_LinksNetworkprivate
_NodesNetworkprivate
addLink(Link aLink)Network
addLinkOutToNode(long nodeId, long linkId)Networkinline
addNode(Node aNode)Network
getDestFromSource(long source_id, float dist)Network
getDistanceNodes(long source_id, long dest_id)Network
getLinks() const Networkinline
getMaxX() const Networkinline
getMaxY() const Networkinline
getMinX() const Networkinline
getMinY() const Networkinline
getNodes() const Networkinline
max_xNetworkprivate
max_yNetworkprivate
min_xNetworkprivate
min_yNetworkprivate
Network()Networkinline
setLinks(const std::map< long, Link > &links)Networkinline
setMaxX(float maxX)Networkinline
setMaxY(float maxY)Networkinline
setMinX(float minX)Networkinline
setMinY(float minY)Networkinline
setNodes(const std::map< long, Node > &nodes)Networkinline
~Network()Networkinlinevirtual