Changeset 157:2ccc1afc2c52 in lemon-1.2 for lemon/graph_to_eps.h
- Timestamp:
- 05/24/08 23:20:49 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_to_eps.h
r143 r157 417 417 418 418 ///Sets the map of the arc widths 419 ///\param x must be a arc map with \c double (or convertible) values.419 ///\param x must be an arc map with \c double (or convertible) values. 420 420 template<class X> GraphToEps<ArcWidthsTraits<X> > arcWidths(const X &x) 421 421 { … … 465 465 466 466 ///Sets the map of the arc colors 467 ///\param x must be a arc map with \ref Color values.467 ///\param x must be an arc map with \ref Color values. 468 468 /// 469 469 ///\sa Palette
Note: See TracChangeset
for help on using the changeset viewer.