changeset 1086 | 97f1760dcd13 |
parent 1000 | 404b98971e1f |
child 1092 | dceba191c00d |
25:d09379cb3194 | 26:d5adb31217d2 |
---|---|
315 |
315 |
316 private: |
316 private: |
317 |
317 |
318 /// Constructor with starting point |
318 /// Constructor with starting point |
319 ArcIt(const SimplePath &_path, int _idx) |
319 ArcIt(const SimplePath &_path, int _idx) |
320 : idx(_idx), path(&_path) {} |
320 : path(&_path), idx(_idx) {} |
321 |
321 |
322 public: |
322 public: |
323 |
323 |
324 ///Conversion to Digraph::Arc |
324 ///Conversion to Digraph::Arc |
325 operator const Arc&() const { |
325 operator const Arc&() const { |