equal
deleted
inserted
replaced
288 ///restore() function. |
288 ///restore() function. |
289 ///\note After you restore a state, you cannot restore |
289 ///\note After you restore a state, you cannot restore |
290 ///a later state, in other word you cannot add again the edges deleted |
290 ///a later state, in other word you cannot add again the edges deleted |
291 ///by restore() using another SnapShot instance. |
291 ///by restore() using another SnapShot instance. |
292 /// |
292 /// |
293 ///\ingroup graphs |
|
294 class SnapShot |
293 class SnapShot |
295 { |
294 { |
296 SmartGraph *g; |
295 SmartGraph *g; |
297 protected: |
296 protected: |
298 friend class SmartGraph; |
297 friend class SmartGraph; |