|
indigoX
|
#include <indigox/algorithm/graph/paths.hpp>
Collaboration diagram for TraversalResults< V >:Public Types | |
| using | LengthType = typename std::map< V, int32_t > |
| using | OrderType = typename std::vector< V > |
| using | PredType = typename std::map< V, V > |
Public Member Functions | |
| TraversalResults (OrderType &order, PredType &pred, LengthType &length, V &far) | |
Public Attributes | |
| OrderType | discover_order |
| V | furthest |
| LengthType | path_lengths |
| PredType | predecessors |
| using LengthType = typename std::map<V, int32_t> |
| using OrderType = typename std::vector<V> |
| using PredType = typename std::map<V, V> |
|
inline |
| OrderType discover_order |
| V furthest |
| LengthType path_lengths |
| PredType predecessors |