lemon/grid_graph.h
changeset 659 0c8e5c688440
parent 606 c5fd2d996909
child 664 4137ef9aacc6
equal deleted inserted replaced
6:ae1ca50e28b5 7:b72267516d54
   495   ///   }
   495   ///   }
   496   /// }
   496   /// }
   497   ///\endcode
   497   ///\endcode
   498   ///
   498   ///
   499   /// This graph type fully conforms to the \ref concepts::Graph
   499   /// This graph type fully conforms to the \ref concepts::Graph
   500   /// "Graph" concept, and it also has an important extra feature
   500   /// "Graph concept".
   501   /// that its maps are real \ref concepts::ReferenceMap
       
   502   /// "reference map"s.
       
   503   class GridGraph : public ExtendedGridGraphBase {
   501   class GridGraph : public ExtendedGridGraphBase {
   504   public:
   502   public:
   505 
   503 
   506     typedef ExtendedGridGraphBase Parent;
   504     typedef ExtendedGridGraphBase Parent;
   507 
   505