equal
deleted
inserted
replaced
369 /// val[graph(i, j)] = i + j; |
369 /// val[graph(i, j)] = i + j; |
370 /// } |
370 /// } |
371 /// } |
371 /// } |
372 ///\endcode |
372 ///\endcode |
373 /// |
373 /// |
374 /// The graph type is fully conform to the \ref concept::UUGraph |
374 /// The graph type is fully conform to the \ref concept::UGraph |
375 /// "Undirected UGraph" concept. |
375 /// "Undirected Graph" concept. |
376 /// |
376 /// |
377 /// \author Balazs Dezso |
377 /// \author Balazs Dezso |
378 /// \see GridUGraphBase |
378 /// \see GridUGraphBase |
379 class GridUGraph : public ExtendedGridUGraphBase { |
379 class GridUGraph : public ExtendedGridUGraphBase { |
380 public: |
380 public: |