Recti 1.2.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
recti::TreeStatistics::NodeInfo Struct Reference

#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.
 

Member Data Documentation

◆ capacitance

double recti::TreeStatistics::NodeInfo::capacitance

Downstream capacitance.

◆ delay

double recti::TreeStatistics::NodeInfo::delay

Accumulated delay.

◆ name

std::string recti::TreeStatistics::NodeInfo::name

Name of the node.

◆ position

std::pair<int, int> recti::TreeStatistics::NodeInfo::position

(x, y) coordinates.

◆ type

std::string recti::TreeStatistics::NodeInfo::type

Type: "sink" or "internal".


The documentation for this struct was generated from the following file: