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