equal
deleted
inserted
replaced
1 // -*-mode: c++; -*- |
1 // -*-mode: c++; -*- |
2 #ifndef GRAPH_WRAPPER_H |
2 #ifndef GRAPH_WRAPPER_H |
3 #define GRAPH_WRAPPER_H |
3 #define GRAPH_WRAPPER_H |
4 |
4 |
5 namespace marci { |
5 namespace hugo { |
6 |
6 |
7 template<typename Graph> |
7 template<typename Graph> |
8 class TrivGraphWrapper { |
8 class TrivGraphWrapper { |
9 Graph* graph; |
9 Graph* graph; |
10 |
10 |
571 |
571 |
572 |
572 |
573 |
573 |
574 |
574 |
575 |
575 |
576 } //namespace marci |
576 } //namespace hugo |
577 |
577 |
578 #endif //GRAPH_WRAPPER_H |
578 #endif //GRAPH_WRAPPER_H |
579 |
579 |
580 |
580 |
581 // NodeIt &getFirst(NodeIt &n) { return graph->getFirst(n); } |
581 // NodeIt &getFirst(NodeIt &n) { return graph->getFirst(n); } |