lemon/smart_graph.h
changeset 2256 b22dfb6c5ff3
parent 2231 06faf3f06d67
child 2260 4274224f8a7d
     1.1 --- a/lemon/smart_graph.h	Wed Oct 18 15:18:27 2006 +0000
     1.2 +++ b/lemon/smart_graph.h	Fri Oct 20 12:05:54 2006 +0000
     1.3 @@ -194,7 +194,10 @@
     1.4    ///that <b> it does support only limited (only stack-like)
     1.5    ///node and edge deletions</b>.
     1.6    ///It conforms to 
     1.7 -  ///the \ref concept::Graph "Graph concept".
     1.8 +  ///the \ref concept::Graph "Graph concept" with an
     1.9 +  ///important extra feature that
    1.10 +  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.11 +  ///
    1.12    ///\sa concept::Graph.
    1.13    ///
    1.14    ///\author Alpar Juttner
    1.15 @@ -378,6 +381,11 @@
    1.16    /// node and edge deletions</b>.
    1.17    /// Except from this it conforms to 
    1.18    /// the \ref concept::UGraph "UGraph concept".
    1.19 +  ///
    1.20 +  ///It also has an
    1.21 +  ///important extra feature that
    1.22 +  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.23 +  ///
    1.24    /// \sa concept::UGraph.
    1.25    ///
    1.26    /// \todo Snapshot hasn't been implemented yet.
    1.27 @@ -755,6 +763,11 @@
    1.28    /// that <b> it does not support node and edge deletions</b>.
    1.29    /// Except from this it conforms to 
    1.30    /// the \ref concept::BpUGraph "BpUGraph concept".
    1.31 +  ///
    1.32 +  ///It also has an
    1.33 +  ///important extra feature that
    1.34 +  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.35 +  ///
    1.36    /// \sa concept::BpUGraph.
    1.37    ///
    1.38    class SmartBpUGraph : public ExtendedSmartBpUGraphBase {