equal
deleted
inserted
replaced
570 GraphIncIterator() {} |
570 GraphIncIterator() {} |
571 /// Copy constructor. |
571 /// Copy constructor. |
572 |
572 |
573 /// Copy constructor. |
573 /// Copy constructor. |
574 /// |
574 /// |
575 GraphIncIterator(GraphIncIterator const&) {} |
575 GraphIncIterator(GraphIncIterator const& gi) :Edge(gi) {} |
576 /// Sets the iterator to the first edge incoming into or outgoing |
576 /// Sets the iterator to the first edge incoming into or outgoing |
577 /// from the node. |
577 /// from the node. |
578 |
578 |
579 /// Sets the iterator to the first edge incoming into or outgoing |
579 /// Sets the iterator to the first edge incoming into or outgoing |
580 /// from the node. |
580 /// from the node. |