Rosetta
|
Public Member Functions | |
PathFinder (VD vd_to_find, VDs &path) | |
void | discover_vertex (VD vd, Graph const &) |
void | tree_edge (ED ed, Graph const &g) |
Private Member Functions | |
void | calculate_path () |
Private Attributes | |
bool | found_ |
VD | vd_to_find_ |
std::map< VD, VD > | parents_ |
VDs & | path_ |
|
inlineprivate |
References parents_, path_, and vd_to_find_.
Referenced by discover_vertex().
References calculate_path(), found_, and vd_to_find_.
References g(), parents_, and basic::options::OptionKeys::hotspot::target.
|
private |
Referenced by discover_vertex().
Referenced by calculate_path(), and tree_edge().
|
private |
Referenced by calculate_path(), and PathFinder().
|
private |
Referenced by calculate_path(), and discover_vertex().