Dynamical system model
|
This is the complete list of members for dsm::RoadJunction, including all inherited members.
capacity() const | dsm::RoadJunction | |
coords() const | dsm::Node | inline |
density() const (defined in dsm::RoadJunction) | dsm::RoadJunction | virtual |
id() const | dsm::Node | inline |
isFull() const (defined in dsm::RoadJunction) | dsm::RoadJunction | virtual |
isIntersection() const noexcept (defined in dsm::RoadJunction) | dsm::RoadJunction | virtual |
isRoundabout() const noexcept (defined in dsm::RoadJunction) | dsm::RoadJunction | virtual |
isStation() const noexcept (defined in dsm::Node) | dsm::Node | inlinevirtual |
isTrafficLight() const noexcept (defined in dsm::RoadJunction) | dsm::RoadJunction | virtual |
m_coords (defined in dsm::Node) | dsm::Node | protected |
m_id (defined in dsm::Node) | dsm::Node | protected |
m_name (defined in dsm::Node) | dsm::Node | protected |
name() const | dsm::Node | inline |
Node(Id id) | dsm::Node | inlineexplicit |
Node(Id id, std::pair< double, double > coords) | dsm::Node | inline |
Node(Node const &other) (defined in dsm::Node) | dsm::Node | inline |
operator=(RoadJunction const &other) (defined in dsm::RoadJunction) | dsm::RoadJunction | inline |
operator=(Node const &other) (defined in dsm::Node) | dsm::Node | inline |
RoadJunction(Id id) (defined in dsm::RoadJunction) | dsm::RoadJunction | explicit |
RoadJunction(Id id, std::pair< double, double > coords) (defined in dsm::RoadJunction) | dsm::RoadJunction | |
RoadJunction(RoadJunction const &other) (defined in dsm::RoadJunction) | dsm::RoadJunction | |
setCapacity(Size capacity) | dsm::RoadJunction | virtual |
setCoords(std::pair< double, double > coords) | dsm::Node | inline |
setId(Id id) | dsm::Node | inline |
setName(const std::string &name) | dsm::Node | inline |
setTransportCapacity(double capacity) | dsm::RoadJunction | |
transportCapacity() const | dsm::RoadJunction | |
~Node()=default (defined in dsm::Node) | dsm::Node | virtual |