lemon/bits/graph_adaptor_extender.h
changeset 2254 50cb2b90daa9
parent 2076 10681ee9d8ae
child 2386 81b47fc5c444
equal deleted inserted replaced
4:17a6a18f08eb 5:95eb914ed0eb
   473 
   473 
   474     Node fromId(int id, Node) const {
   474     Node fromId(int id, Node) const {
   475       return Parent::nodeFromId(id);
   475       return Parent::nodeFromId(id);
   476     }
   476     }
   477     ANode fromId(int id, ANode) const {
   477     ANode fromId(int id, ANode) const {
   478       return Parent::fromANodeId(id);
   478       return Parent::nodeFromANodeId(id);
   479     }
   479     }
   480     BNode fromId(int id, BNode) const {
   480     BNode fromId(int id, BNode) const {
   481       return Parent::fromBNodeId(id);
   481       return Parent::nodeFromBNodeId(id);
   482     }
   482     }
   483     Edge fromId(int id, Edge) const {
   483     Edge fromId(int id, Edge) const {
   484       return Parent::edgeFromId(id);
   484       return Parent::edgeFromId(id);
   485     }
   485     }
   486     UEdge fromId(int id, UEdge) const {
   486     UEdge fromId(int id, UEdge) const {