lemon/list_graph.h
changeset 1132 0998f70d0b2d
parent 1130 0759d974de81
child 1149 3ec484b11733
equal deleted inserted replaced
34:bd7ab7c938b7 35:135a915acf08
  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.