COIN-OR::LEMON - Graph Library

Changeset 2084:59769591eb60 in lemon-0.x for lemon/graph_to_eps.h


Ignore:
Timestamp:
05/15/06 11:49:51 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2749
Message:

Documentation improvements

Rearrangements:

IO modules
Algorithms

New documentation:

SwapBpUGraphAdaptor

Demos:

strongly_connected_orientation.cc

Benchmarks:

swap_bipartite_bench.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r2028 r2084  
    4242
    4343
    44 ///\ingroup io_group
     44///\ingroup eps_io
    4545///\file
    4646///\brief Simple graph drawer
     
    10431043///Generates an EPS file from a graph
    10441044
    1045 ///\ingroup io_group
     1045///\ingroup eps_io
    10461046///Generates an EPS file from a graph.
    10471047///\param g is a reference to the graph to be printed
     
    10721072///Generates an EPS file from a graph
    10731073
    1074 ///\ingroup io_group
     1074///\ingroup eps_io
    10751075///This function does the same as
    10761076///\ref graphToEps(G &g,std::ostream& os)
     
    10881088///Generates an EPS file from a graph
    10891089
    1090 ///\ingroup io_group
     1090///\ingroup eps_io
    10911091///This function does the same as
    10921092///\ref graphToEps(G &g,std::ostream& os)
Note: See TracChangeset for help on using the changeset viewer.