

| #define AGAIN 1 |
| #define AUTRE 2 |
| #define DROITE 1 |
| #define FIN 2 |
| #define GAUCHE 0 |
| #define NONPLANAR 1 |
| #define PLANAR 0 |
| #define STOP 0 |
| int fastlralgo | ( | int | n, | |
| int | m, | |||
| svector< tvertex > & | vin, | |||
| const _Bicon & | Bicon, | |||
| _LrSort & | LrSort, | |||
| _FastHist & | Hist | |||
| ) |
| int lralgo | ( | int | n, | |
| int | m, | |||
| svector< tvertex > & | vin, | |||
| const _Bicon & | Bicon, | |||
| const _LrSort & | LrSort, | |||
| _Hist & | Hist, | |||
| bool | OnlyTest = false | |||
| ) |
| void LralgoSort | ( | int | n, | |
| int | m, | |||
| svector< tvertex > & | vin, | |||
| const _Bicon & | Bicon, | |||
| const svector< tvertex > & | low, | |||
| _LrSort & | LrSort | |||
| ) |
| int Newfastlralgo | ( | int | n, | |
| int | m, | |||
| svector< tvertex > & | vin, | |||
| const _Bicon & | Bicon, | |||
| _LrSort & | LrSort | |||
| ) |
| int Newlralgo | ( | int | n, | |
| int | m, | |||
| svector< tvertex > & | vin, | |||
| const _Bicon & | Bicon, | |||
| const _LrSort & | LrSort, | |||
| _Hist & | Hist, | |||
| bool | OnlyTest = false | |||
| ) |
| void NewLralgoSort | ( | int | n, | |
| int | m, | |||
| svector< tvertex > & | vin, | |||
| const _Bicon & | Bicon, | |||
| const svector< tvertex > & | low, | |||
| _LrSort & | LrSort | |||
| ) |
1.5.4