Changeset 1624:61cc647dac99 in lemon-0.x for lemon/concept/undir_graph.h
- Timestamp:
- 08/11/05 16:31:06 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2132
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concept/undir_graph.h
r1620 r1624 315 315 316 316 /// This constructor sets the iterator to the first edge of \c g. 317 ///@param g the graph318 317 UndirEdgeIt(const UndirGraph&) { } 319 318 /// UndirEdge -> UndirEdgeIt conversion … … 363 362 /// This constructor set the iterator to the first incident edge of 364 363 /// the node. 365 ///@param n the node366 ///@param g the graph367 364 IncEdgeIt(const UndirGraph&, const Node&) { } 368 365 /// UndirEdge -> IncEdgeIt conversion
Note: See TracChangeset
for help on using the changeset viewer.