lemon/list_graph.h
branch1.3
changeset 1425 ed2c21cbd6ef
parent 1357 2126945deb6a
equal deleted inserted replaced
39:06025bb420c5 42:74cfe6419187
  1207 
  1207 
  1208     /// Constructor.
  1208     /// Constructor.
  1209     ///
  1209     ///
  1210     ListGraph() {}
  1210     ListGraph() {}
  1211 
  1211 
  1212     typedef Parent::OutArcIt IncEdgeIt;
  1212     typedef Parent::IncEdgeIt IncEdgeIt;
  1213 
  1213 
  1214     /// \brief Add a new node to the graph.
  1214     /// \brief Add a new node to the graph.
  1215     ///
  1215     ///
  1216     /// This function adds a new node to the graph.
  1216     /// This function adds a new node to the graph.
  1217     /// \return The new node.
  1217     /// \return The new node.
  2134 
  2134 
  2135     /// Constructor.
  2135     /// Constructor.
  2136     ///
  2136     ///
  2137     ListBpGraph() {}
  2137     ListBpGraph() {}
  2138 
  2138 
  2139     typedef Parent::OutArcIt IncEdgeIt;
  2139     typedef Parent::IncEdgeIt IncEdgeIt;
  2140 
  2140 
  2141     /// \brief Add a new red node to the graph.
  2141     /// \brief Add a new red node to the graph.
  2142     ///
  2142     ///
  2143     /// This function adds a red new node to the graph.
  2143     /// This function adds a red new node to the graph.
  2144     /// \return The new node.
  2144     /// \return The new node.