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