COIN-OR::LEMON - Graph Library

Changeset 2388:c6d537888fe5 in lemon-0.x for lemon/graph_to_eps.h


Ignore:
Timestamp:
03/03/07 13:00:32 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3219
Message:

More doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r2386 r2388  
    526526  }
    527527
    528   ///Turns on/off prescaling
    529 
    530   ///Turns on/off prescaling
    531   ///
    532   ///\todo More docs.
     528  ///Turn on/off prescaling
     529
     530  ///By default graphToEps() rescales the whole image in order to avoid
     531  ///very big or very small bounding boxes.
     532  ///
     533  ///This (p)rescaling can be turned off with this function.
    533534  ///
    534535  GraphToEps<T> &preScale(bool b=true) {
Note: See TracChangeset for help on using the changeset viewer.