|
GME
13
|
Go to the source code of this file.
Defines | |
| #define | EDLS_S (ED_SMALLGAP) |
| #define | EDLS_R (ED_SMALLGAP+1) |
| #define | EDLS_D (ED_MAXCOORD-ED_MINCOORD) |
| #define | section_blocked (*section_ptr2blocked) |
| #define | FLT_EQU(A, B) (((A) - 0.1F < (B)) && ((B) < (A) + 0.1F)) |
| #define | S EDLS_S |
| #define | R EDLS_R |
| #define | D EDLS_D |
Typedefs | |
| typedef std::pair< long, long > | Long_Pair |
Functions | |
| float | Block_GetF (float d, int b, int s) |
| float | Block_GetG (float d, int b, int s) |
Definition at line 1676 of file AutoRouterEdge.cpp.
| #define EDLS_D (ED_MAXCOORD-ED_MINCOORD) |
Definition at line 17 of file AutoRouterEdge.cpp.
| #define EDLS_R (ED_SMALLGAP+1) |
Definition at line 16 of file AutoRouterEdge.cpp.
| #define EDLS_S (ED_SMALLGAP) |
Definition at line 15 of file AutoRouterEdge.cpp.
| #define FLT_EQU | ( | A, | |
| B | |||
| ) | (((A) - 0.1F < (B)) && ((B) < (A) + 0.1F)) |
Definition at line 1672 of file AutoRouterEdge.cpp.
Definition at line 1675 of file AutoRouterEdge.cpp.
Definition at line 1674 of file AutoRouterEdge.cpp.
| #define section_blocked (*section_ptr2blocked) |
Definition at line 1322 of file AutoRouterEdge.cpp.
| typedef std::pair<long,long> Long_Pair |
Definition at line 474 of file AutoRouterEdge.cpp.
| float Block_GetF | ( | float | d, |
| int | b, | ||
| int | s | ||
| ) | [inline] |
Definition at line 1678 of file AutoRouterEdge.cpp.
| float Block_GetG | ( | float | d, |
| int | b, | ||
| int | s | ||
| ) | [inline] |
Definition at line 1690 of file AutoRouterEdge.cpp.
1.7.6.1