Changeset 2559:75dd6d724f26 in lemon-0.x for lemon/grid_ugraph.h
- Timestamp:
- 01/29/08 04:39:05 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/grid_ugraph.h
r2553 r2559 476 476 /// 477 477 /// Just returns an IndexMap for the grid graph. 478 GridUGraph::IndexMap indexMap(const GridUGraph& graph) {478 inline GridUGraph::IndexMap indexMap(const GridUGraph& graph) { 479 479 return GridUGraph::IndexMap(graph); 480 480 } … … 483 483 /// 484 484 /// Just returns a RowMap for the grid graph. 485 GridUGraph::RowMap rowMap(const GridUGraph& graph) {485 inline GridUGraph::RowMap rowMap(const GridUGraph& graph) { 486 486 return GridUGraph::RowMap(graph); 487 487 } … … 490 490 /// 491 491 /// Just returns a ColMap for the grid graph. 492 GridUGraph::ColMap colMap(const GridUGraph& graph) {492 inline GridUGraph::ColMap colMap(const GridUGraph& graph) { 493 493 return GridUGraph::ColMap(graph); 494 494 }
Note: See TracChangeset
for help on using the changeset viewer.