lemon/grid_graph.h
changeset 891 5205145fabf6
parent 582 7a28e215f715
child 735 853fcddcf282
equal deleted inserted replaced
7:b72267516d54 8:d50e532081a7
   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".
   500   /// "Graph concept".
   501   class GridGraph : public ExtendedGridGraphBase {
   501   class GridGraph : public ExtendedGridGraphBase {
       
   502     typedef ExtendedGridGraphBase Parent;
       
   503 
   502   public:
   504   public:
   503 
       
   504     typedef ExtendedGridGraphBase Parent;
       
   505 
   505 
   506     /// \brief Map to get the indices of the nodes as dim2::Point<int>.
   506     /// \brief Map to get the indices of the nodes as dim2::Point<int>.
   507     ///
   507     ///
   508     /// Map to get the indices of the nodes as dim2::Point<int>.
   508     /// Map to get the indices of the nodes as dim2::Point<int>.
   509     class IndexMap {
   509     class IndexMap {