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

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

Member Data Documentation

◆ from_node

std::string recti::TreeStatistics::WireInfo::from_node

Source node name.

◆ from_pos

std::pair<int, int> recti::TreeStatistics::WireInfo::from_pos

Source (x, y).

◆ length

int recti::TreeStatistics::WireInfo::length

Wire length.

◆ to_node

std::string recti::TreeStatistics::WireInfo::to_node

Destination node name.

◆ to_pos

std::pair<int, int> recti::TreeStatistics::WireInfo::to_pos

Destination (x, y).


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