Changeset 1624:61cc647dac99 in lemon-0.x for lemon/concept/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/graph.h
r1622 r1624 315 315 /// This constructor sets the iterator to the first outgoing edge of 316 316 /// the node. 317 ///@param n the node318 ///@param g the graph319 317 OutEdgeIt(const StaticGraph&, const Node&) { } 320 318 /// Edge -> OutEdgeIt conversion … … 364 362 /// This constructor set the iterator to the first incoming edge of 365 363 /// the node. 366 ///@param n the node367 ///@param g the graph368 364 InEdgeIt(const StaticGraph&, const Node&) { } 369 365 /// Edge -> InEdgeIt conversion
Note: See TracChangeset
for help on using the changeset viewer.