OpenTTD Source
20241108-master-g80f628063a
|
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.