Changeset 1161:1c9658d51c8d in lemon-0.x
- Timestamp:
- 02/21/05 11:07:38 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1562
- Location:
- src/lemon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/full_graph.h
r1106 r1161 213 213 214 214 215 /// Base graph class for UndirFullGraph. 216 215 // Base graph class for UndirFullGraph. 217 216 class UndirFullGraphBase { 218 217 int NodeNum; -
src/lemon/list_graph.h
r1106 r1161 525 525 ///\sa concept::UndirGraph. 526 526 /// 527 ///\todo SnapShot hasn't been implemented yet. 527 ///\todo SnapShot, reverseEdge(), moveTarget(), moveSource(), contract() 528 ///haven't been implemented yet. 528 529 /// 529 530 class UndirListGraph : public ErasableUndirListGraphBase { -
src/lemon/smart_graph.h
r1106 r1161 38 38 namespace lemon { 39 39 40 /// \addtogroup graphs41 /// @{42 43 40 class SmartGraph; 44 41 ///Base of SmartGraph … … 230 227 typedef ExtendableGraphExtender<MappableSmartGraphBase> ExtendableSmartGraphBase; 231 228 typedef ClearableGraphExtender<ExtendableSmartGraphBase> ClearableSmartGraphBase; 229 230 /// \addtogroup graphs 231 /// @{ 232 232 233 233 ///A smart graph class.
Note: See TracChangeset
for help on using the changeset viewer.