src/lemon/concept/path.h
changeset 1228 0a7719037acb
parent 1164 80bb73097736
child 1270 806451fd084b
equal deleted inserted replaced
4:a82803fc811c 5:eea151602ada
   181 
   181 
   182         Path &P;
   182         Path &P;
   183 
   183 
   184 	///\param _P the path you want to fill in.
   184 	///\param _P the path you want to fill in.
   185 	///
   185 	///
   186 	Builder(Path &_P) : P(_P) {}
   186 
       
   187 	Builder(Path &_p) : P(_p) {}
   187 
   188 
   188 	/// Sets the starting node of the path.
   189 	/// Sets the starting node of the path.
   189 
   190 
   190 	/// Sets the starting node of the path. Edge added to the path
   191 	/// Sets the starting node of the path. Edge added to the path
   191 	/// afterwards have to be incident to this node.
   192 	/// afterwards have to be incident to this node.