equal
deleted
inserted
replaced
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". |
500 /// "Graph concept". |
501 class GridGraph : public ExtendedGridGraphBase { |
501 class GridGraph : public ExtendedGridGraphBase { |
|
502 typedef ExtendedGridGraphBase Parent; |
|
503 |
502 public: |
504 public: |
503 |
|
504 typedef ExtendedGridGraphBase Parent; |
|
505 |
505 |
506 /// \brief Map to get the indices of the nodes as dim2::Point<int>. |
506 /// \brief Map to get the indices of the nodes as dim2::Point<int>. |
507 /// |
507 /// |
508 /// Map to get the indices of the nodes as dim2::Point<int>. |
508 /// Map to get the indices of the nodes as dim2::Point<int>. |
509 class IndexMap { |
509 class IndexMap { |