doc/groups.dox
changeset 1050 d9d1cb759951
parent 1049 7bf489cf624e
child 1051 4f9a45a6d6f0
     1.1 --- a/doc/groups.dox	Sat Mar 16 13:14:35 2013 +0100
     1.2 +++ b/doc/groups.dox	Sat Mar 16 13:16:27 2013 +0100
     1.3 @@ -112,6 +112,14 @@
     1.4  obtained. For other examples, the interested user is referred to the
     1.5  detailed documentation of particular adaptors.
     1.6  
     1.7 +Since the adaptor classes conform to the \ref graph_concepts "graph concepts",
     1.8 +an adaptor can even be applied to another one.
     1.9 +The following image illustrates a situation when a \ref SubDigraph adaptor
    1.10 +is applied on a digraph and \ref Undirector is applied on the subgraph.
    1.11 +
    1.12 +\image html adaptors2.png
    1.13 +\image latex adaptors2.eps "Using graph adaptors" width=\textwidth
    1.14 +
    1.15  The behavior of graph adaptors can be very different. Some of them keep
    1.16  capabilities of the original graph while in other cases this would be
    1.17  meaningless. This means that the concepts that they meet depend
    1.18 @@ -722,6 +730,8 @@
    1.19  
    1.20  This group contains general \c EPS drawing methods and special
    1.21  graph exporting tools.
    1.22 +
    1.23 +\image html graph_to_eps.png
    1.24  */
    1.25  
    1.26  /**