equal
deleted
inserted
replaced
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 |