lemon/bits/graph_extender.h
changeset 1990 15fb7a4ea6be
parent 1981 81c8efe92706
child 1991 d7442141d9ef
equal deleted inserted replaced
8:5550c1fbb691 9:25a26db54af5
  1261 
  1261 
  1262     UEdgeNotifier& getNotifier(UEdge) const {
  1262     UEdgeNotifier& getNotifier(UEdge) const {
  1263       return uEdgeNotifier;
  1263       return uEdgeNotifier;
  1264     }
  1264     }
  1265 
  1265 
  1266     ~BpUGraphExtender() {
       
  1267       getNotifier(UEdge()).clear();
       
  1268       getNotifier(Edge()).clear();
       
  1269       getNotifier(ANode()).clear();
       
  1270       getNotifier(BNode()).clear();
       
  1271       getNotifier(Node()).clear();
       
  1272     }
       
  1273 
       
  1274   
       
  1275     class NodeIt : public Node { 
  1266     class NodeIt : public Node { 
  1276       const Graph* graph;
  1267       const Graph* graph;
  1277     public:
  1268     public:
  1278     
  1269     
  1279       NodeIt() { }
  1270       NodeIt() { }