equal
deleted
inserted
replaced
291 /// } |
291 /// } |
292 /// } |
292 /// } |
293 ///\endcode |
293 ///\endcode |
294 /// |
294 /// |
295 /// The graph type is fully conform to the \ref concept::UGraph |
295 /// The graph type is fully conform to the \ref concept::UGraph |
296 /// "Undirected Graph" concept. |
296 /// "Undirected Graph" concept, and it also has an |
|
297 ///important extra feature that |
|
298 ///its maps are real \ref concept::ReferenceMap "reference map"s. |
|
299 /// |
297 /// |
300 /// |
298 /// \author Balazs Dezso |
301 /// \author Balazs Dezso |
299 class GridUGraph : public ExtendedGridUGraphBase { |
302 class GridUGraph : public ExtendedGridUGraphBase { |
300 public: |
303 public: |
301 |
304 |