|
OpenTTD Source 20251104-master-g3befbdd52f
|
Definition of demand calculating link graph handler. More...
#include "../stdafx.h"#include "demands.h"#include "../core/math_func.hpp"#include <queue>#include "../safeguards.h"Go to the source code of this file.
Data Structures | |
| class | Scaler |
| Scale various things according to symmetric/asymmetric distribution. More... | |
| class | SymmetricScaler |
| Scaler for symmetric distribution. More... | |
| class | AsymmetricScaler |
| A scaler for asymmetric distribution. More... | |
Typedefs | |
| typedef std::queue< NodeID > | NodeList |
Definition of demand calculating link graph handler.
Definition in file demands.cpp.
| typedef std::queue<NodeID> NodeList |
Definition at line 10 of file demands.cpp.