|
Simulateur Ferroviaire
Reconstruction et visualisation d'un réseau ferroviaire à partir de données GeoJSON — Win32 / WebView2 / Leaflet
|
Contexte BFS d'un nœud en file d'attente. Plus de détails...
Attributs publics | |
| PCCNode * | node |
| Nœud à traiter. | |
| int | x |
| Profondeur BFS (position horizontale). | |
| int | y |
| Rang vertical (0 = backbone, ±n = branches). | |
| bool | arrivedViaDeviation |
| Vrai si atteint via une arête DEVIATION. | |
Contexte BFS d'un nœud en file d'attente.
| bool PCCLayout::BFSItem::arrivedViaDeviation |
Vrai si atteint via une arête DEVIATION.
| PCCNode* PCCLayout::BFSItem::node |
Nœud à traiter.
| int PCCLayout::BFSItem::x |
Profondeur BFS (position horizontale).
| int PCCLayout::BFSItem::y |
Rang vertical (0 = backbone, ±n = branches).