|
Recti 1.2.4
|
#include <dme_algorithm.hpp>
Public Attributes | |
| std::string | from_node |
| Source node name. | |
| std::string | to_node |
| Destination node name. | |
| int | length |
| Wire length. | |
| std::pair< int, int > | from_pos |
| Source (x, y). | |
| std::pair< int, int > | to_pos |
| Destination (x, y). | |
| std::string recti::TreeStatistics::WireInfo::from_node |
Source node name.
| std::pair<int, int> recti::TreeStatistics::WireInfo::from_pos |
Source (x, y).
| int recti::TreeStatistics::WireInfo::length |
Wire length.
| std::string recti::TreeStatistics::WireInfo::to_node |
Destination node name.
| std::pair<int, int> recti::TreeStatistics::WireInfo::to_pos |
Destination (x, y).