src/lemon/concept/graph_component.h
changeset 1375 ebdce4f68ac4
parent 1367 a490662291b9
equal deleted inserted replaced
19:a2ccc8354781 20:26e1dfe05c18
   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.