0
2
0
... | ... |
@@ -186,2 +186,3 @@ |
186 | 186 |
friend class GridGraphBase; |
187 |
friend class Arc; |
|
187 | 188 |
|
... | ... |
@@ -474,4 +475,4 @@ |
474 | 475 |
/// the indexes differ exactly on one position and exactly one is |
475 |
/// the difference. The nodes of the graph be indexed by position |
|
476 |
/// with \c operator()() function. The positions of the nodes can be |
|
476 |
/// the difference. The nodes of the graph can be indexed by position |
|
477 |
/// with the \c operator()() function. The positions of the nodes can be |
|
477 | 478 |
/// get with \c pos(), \c col() and \c row() members. The outgoing |
... | ... |
@@ -482,3 +483,3 @@ |
482 | 483 |
/// \image html grid_graph.png |
483 |
/// \image latex grid_graph.eps "Grid |
|
484 |
/// \image latex grid_graph.eps "Grid graph" row_num=\textrow_num |
|
484 | 485 |
/// |
... | ... |
@@ -495,6 +496,6 @@ |
495 | 496 |
/// |
496 |
/// |
|
497 |
/// This graph type is fully conform to the \ref concepts::Graph |
|
497 | 498 |
/// "Graph" concept, and it also has an important extra feature |
498 |
/// that its maps are real \ref concepts::ReferenceMap "reference |
|
499 |
/// map"s. |
|
499 |
/// that its maps are real \ref concepts::ReferenceMap |
|
500 |
/// "reference map"s. |
|
500 | 501 |
class GridGraph : public ExtendedGridGraphBase { |
0 comments (0 inline)