equal
deleted
inserted
replaced
26 ///It conforms to the graph interface documented under |
26 ///It conforms to the graph interface documented under |
27 ///the description of \ref GraphSkeleton. |
27 ///the description of \ref GraphSkeleton. |
28 ///\sa \ref GraphSkeleton. |
28 ///\sa \ref GraphSkeleton. |
29 /// |
29 /// |
30 ///\todo Some member functions could be \c static. |
30 ///\todo Some member functions could be \c static. |
|
31 /// |
|
32 ///\todo A possibly useful functionality: a function saveState() would |
|
33 ///give back a data sturcture X and then the function restoreState(X) |
|
34 ///would remove the nodes and edges added after the call of saveState(). |
|
35 ///Of course it should be used as a stack. (Maybe X is not necessary.) |
|
36 /// |
31 ///\author Alpar Juttner |
37 ///\author Alpar Juttner |
32 class SmartGraph { |
38 class SmartGraph { |
33 |
39 |
34 struct NodeT |
40 struct NodeT |
35 { |
41 { |