src/work/marci/graph_wrapper.h
changeset 134 e606071614f0
parent 76 d9650659a6ee
child 148 004fdf703abb
equal deleted inserted replaced
0:514a63e37f08 1:31b1527e3b8f
     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); }