[Lemon-commits] [lemon_svn] alpar: r1013 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:42:43 CET 2006
Author: alpar
Date: Wed Aug 4 20:55:24 2004
New Revision: 1013
Modified:
hugo/trunk/src/hugo/smart_graph.h
Log:
doc change - one more todo (saveState()).
Modified: hugo/trunk/src/hugo/smart_graph.h
==============================================================================
--- hugo/trunk/src/hugo/smart_graph.h (original)
+++ hugo/trunk/src/hugo/smart_graph.h Wed Aug 4 20:55:24 2004
@@ -28,6 +28,12 @@
///\sa \ref GraphSkeleton.
///
///\todo Some member functions could be \c static.
+ ///
+ ///\todo A possibly useful functionality: a function saveState() would
+ ///give back a data sturcture X and then the function restoreState(X)
+ ///would remove the nodes and edges added after the call of saveState().
+ ///Of course it should be used as a stack. (Maybe X is not necessary.)
+ ///
///\author Alpar Juttner
class SmartGraph {
More information about the Lemon-commits
mailing list