lemon/grid_ugraph.h
changeset 2259 da142c310d02
parent 2223 590c1b663a27
child 2260 4274224f8a7d
equal deleted inserted replaced
10:a9ebc81dbc3e 11:07815b1451b6
   291   ///   }
   291   ///   }
   292   /// }
   292   /// }
   293   ///\endcode
   293   ///\endcode
   294   ///
   294   ///
   295   /// The graph type is fully conform to the \ref concept::UGraph
   295   /// The graph type is fully conform to the \ref concept::UGraph
   296   /// "Undirected Graph" concept.
   296   /// "Undirected Graph" concept,  and it also has an
       
   297   ///important extra feature that
       
   298   ///its maps are real \ref concept::ReferenceMap "reference map"s.
       
   299   ///
   297   ///
   300   ///
   298   /// \author Balazs Dezso
   301   /// \author Balazs Dezso
   299   class GridUGraph : public ExtendedGridUGraphBase {
   302   class GridUGraph : public ExtendedGridUGraphBase {
   300   public:
   303   public:
   301 
   304