lemon/path.h
changeset 297 92b193385702
parent 220 a5d8c039f218
child 313 64f8f7cc6168
equal deleted inserted replaced
7:1636c71b854f 8:148c2897f123
    80     Path& operator=(const CPath& cpath) {
    80     Path& operator=(const CPath& cpath) {
    81       copyPath(*this, cpath);
    81       copyPath(*this, cpath);
    82       return *this;
    82       return *this;
    83     }
    83     }
    84 
    84 
    85     /// \brief Lemon style iterator for path arcs
    85     /// \brief LEMON style iterator for path arcs
    86     ///
    86     ///
    87     /// This class is used to iterate on the arcs of the paths.
    87     /// This class is used to iterate on the arcs of the paths.
    88     class ArcIt {
    88     class ArcIt {
    89       friend class Path;
    89       friend class Path;
    90     public:
    90     public: