COIN-OR::LEMON - Graph Library

Changeset 2419:6a567c0f1214 in lemon-0.x


Ignore:
Timestamp:
04/11/07 09:34:40 (17 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3251
Message:

Added SimplePath::front().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/path.h

    r2391 r2419  
    340340    EdgeIt nthIt(int n) const {
    341341      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();
    342347    }
    343348
Note: See TracChangeset for help on using the changeset viewer.