gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the source code of this file.
Functions | |
int | countInList (std::list< GEdge * > &wire, GEdge *ge) |
GEdgeSigned | nextOne (GEdgeSigned *thisOne, std::list< GEdge * > &wire) |
static void | loopTheLoop (std::list< GEdge * > &wire, std::list< GEdgeSigned > &loop, GEdge **degeneratedToInsert) |
Definition at line 20 of file GEdgeLoop.cpp.
Referenced by nextOne().
|
static |
Definition at line 112 of file GEdgeLoop.cpp.
Referenced by GEdgeLoop::recompute().
GEdgeSigned nextOne | ( | GEdgeSigned * | thisOne, |
std::list< GEdge * > & | wire | ||
) |
Definition at line 25 of file GEdgeLoop.cpp.
Referenced by loopTheLoop().