Some callbacks are still unimplemented
authoralpar
Mon, 20 Jun 2005 09:08:20 +0000
changeset 1506e8f1ad6cc8dd
parent 1505 7121597da9ba
child 1507 14ca1624e8e8
Some callbacks are still unimplemented
lemon/graph_utils.h
     1.1 --- a/lemon/graph_utils.h	Fri Jun 17 17:08:45 2005 +0000
     1.2 +++ b/lemon/graph_utils.h	Mon Jun 20 09:08:20 2005 +0000
     1.3 @@ -923,7 +923,15 @@
     1.4        _Graph::template NodeMap<int>::operator[](graph.target(e))--;
     1.5      }
     1.6  
     1.7 +    ///\e
     1.8 +    
     1.9 +    ///\bug Unimplemented
    1.10 +    ///
    1.11      virtual void build() {}
    1.12 +    ///\e
    1.13 +    
    1.14 +    ///\bug Unimplemented
    1.15 +    ///
    1.16      virtual void clear() {}
    1.17  
    1.18    };
    1.19 @@ -989,7 +997,15 @@
    1.20        _Graph::template NodeMap<int>::operator[](graph.source(e))--;
    1.21      }
    1.22  
    1.23 +    ///\e
    1.24 +    
    1.25 +    ///\bug Unimplemented
    1.26 +    ///
    1.27      virtual void build() {}
    1.28 +    ///\e
    1.29 +    
    1.30 +    ///\bug Unimplemented
    1.31 +    ///
    1.32      virtual void clear() {}
    1.33  
    1.34    };