src/lemon/undir_graph_extender.h
changeset 1054 6a62b1b4cf23
parent 1053 90f8696360b2
child 1060 7a24bb2e7480
equal deleted inserted replaced
6:6f45cfb9e064 7:50d8c28149cc
   235     }
   235     }
   236     int maxId(UndirEdge) const {
   236     int maxId(UndirEdge) const {
   237       return Parent::maxId(typename Parent::Edge());
   237       return Parent::maxId(typename Parent::Edge());
   238     }
   238     }
   239 
   239 
       
   240 
       
   241     int edgeNum() const {
       
   242       return 2 * Parent::edgeNum();
       
   243     }
       
   244     int undirEdgeNum() const {
       
   245       return Parent::edgeNum();
       
   246     }
       
   247 
   240   };
   248   };
   241 
   249 
   242 }
   250 }
   243 
   251 
   244 #endif // LEMON_UNDIR_GRAPH_EXTENDER_H
   252 #endif // LEMON_UNDIR_GRAPH_EXTENDER_H