lemon/grid_graph.h
changeset 1006 332627dd249e
parent 440 88ed40ad0d4f
child 582 7a28e215f715
equal deleted inserted replaced
5:13975f7077cb 6:ae1ca50e28b5
   494   ///     val[graph(i, j)] = i + j;
   494   ///     val[graph(i, j)] = i + j;
   495   ///   }
   495   ///   }
   496   /// }
   496   /// }
   497   ///\endcode
   497   ///\endcode
   498   ///
   498   ///
   499   /// This graph type is fully conform 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, and it also has an important extra feature
   501   /// that its maps are real \ref concepts::ReferenceMap
   501   /// that its maps are real \ref concepts::ReferenceMap
   502   /// "reference map"s.
   502   /// "reference map"s.
   503   class GridGraph : public ExtendedGridGraphBase {
   503   class GridGraph : public ExtendedGridGraphBase {
   504   public:
   504   public: