|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/layouters/net_layout_point.h>

Public Member Functions | |
| NetLayoutMetric (u32 id, const NetLayoutConnection *con) | |
| u32 | getId () const |
| int | firstMoment () const |
| int | secondMoment () const |
| bool | operator< (const NetLayoutMetric &other) const |
The routing cost of one connection, used to route the more constrained nets first.
Definition at line 148 of file net_layout_point.h.
| hal::NetLayoutMetric::NetLayoutMetric | ( | u32 | id, |
| const NetLayoutConnection * | con | ||
| ) |
Definition at line 341 of file net_layout_point.cpp.
References QMap::insert(), hal::NetLayoutWire::SourcePoint, QPoint::x(), and QPoint::y().
|
inline |
Definition at line 153 of file net_layout_point.h.
|
inline |
Definition at line 152 of file net_layout_point.h.
| bool hal::NetLayoutMetric::operator< | ( | const NetLayoutMetric & | other | ) | const |
Definition at line 359 of file net_layout_point.cpp.
|
inline |
Definition at line 154 of file net_layout_point.h.