Changeset 2419:6a567c0f1214 in lemon-0.x
- Timestamp:
- 04/11/07 09:34:40 (16 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/path.h
r2391 r2419 340 340 EdgeIt nthIt(int n) const { 341 341 return EdgeIt(*this, n); 342 } 343 344 /// \brief Gives back the first edge of the path. 345 const Edge& front() const { 346 return data.front(); 342 347 } 343 348
Note: See TracChangeset
for help on using the changeset viewer.