|
Recti 1.2.4
|
#include <dme_algorithm.hpp>
Public Attributes | |
| std::string | name |
| Name of the node. | |
| std::pair< int, int > | position |
| (x, y) coordinates. | |
| std::string | type |
| Type: "sink" or "internal". | |
| double | delay |
| Accumulated delay. | |
| double | capacitance |
| Downstream capacitance. | |
| double recti::TreeStatistics::NodeInfo::capacitance |
Downstream capacitance.
| double recti::TreeStatistics::NodeInfo::delay |
Accumulated delay.
| std::string recti::TreeStatistics::NodeInfo::name |
Name of the node.
| std::pair<int, int> recti::TreeStatistics::NodeInfo::position |
(x, y) coordinates.
| std::string recti::TreeStatistics::NodeInfo::type |
Type: "sink" or "internal".