|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include <optional>#include <unordered_set>#include "delegate/IBlocksRegistryDelegate.h"#include "elements/blocks/BaseBlock.h"#include "elements/blocks/structures/BlocksConnectionSide.h"#include "errors/GraphCycleException.h"#include "logging/Loggable.h"
Include dependency graph for BlocksCalculator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | business_logic::calculations::BlocksCalculator |
| The blocks calculator logic, computes the flowing values. More... | |
Namespaces | |
| namespace | business_logic |
| The business logic module. | |
| namespace | business_logic::calculations |
| Utilities regarding calculation of values for the calculator itself. | |