lemon/grid_graph.h
changeset 1338 0998f70d0b2d
parent 782 853fcddcf282
equal deleted inserted replaced
9:f1dda056d0ff 10:3d859c60c270
   501   ///\endcode
   501   ///\endcode
   502   ///
   502   ///
   503   /// This type fully conforms to the \ref concepts::Graph "Graph concept".
   503   /// This type fully conforms to the \ref concepts::Graph "Graph concept".
   504   /// Most of its member functions and nested classes are documented
   504   /// Most of its member functions and nested classes are documented
   505   /// only in the concept class.
   505   /// only in the concept class.
       
   506   ///
       
   507   /// This class provides constant time counting for nodes, edges and arcs.
   506   class GridGraph : public ExtendedGridGraphBase {
   508   class GridGraph : public ExtendedGridGraphBase {
   507     typedef ExtendedGridGraphBase Parent;
   509     typedef ExtendedGridGraphBase Parent;
   508 
   510 
   509   public:
   511   public:
   510 
   512