Changeset 42:3a98515e9bc3 in lemon-1.0 for lemon/dim2.h
- Timestamp:
- 01/07/08 19:27:17 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dim2.h
r39 r42 534 534 535 535 536 ///Map of x-coordinates of a \ref Point "Point"-map537 538 ///\ingroup maps 539 ///Map of x-coordinates of a \ref Point "Point"-map.536 ///Map of x-coordinates of a Point map 537 538 ///\ingroup maps 539 ///Map of x-coordinates of a \ref dim2::Point "Point"-map. 540 540 /// 541 541 template<class M> … … 571 571 } 572 572 573 ///Constant (read only) version of \refXMap573 ///Constant (read only) version of XMap 574 574 575 575 ///\ingroup maps … … 601 601 } 602 602 603 ///Map of y-coordinates of a \ref Point "Point"-map603 ///Map of y-coordinates of a Point map 604 604 605 605 ///\ingroup maps … … 638 638 } 639 639 640 ///Constant (read only) version of \refYMap640 ///Constant (read only) version of YMap 641 641 642 642 ///\ingroup maps … … 669 669 670 670 671 ///\brief Map of the \ref Point::normSquare() "normSquare()"672 ///of a \ref Point "Point"-map671 ///\brief Map of the normSquare() 672 ///of a Point map 673 673 /// 674 674 ///Map of the \ref Point::normSquare() "normSquare()"
Note: See TracChangeset
for help on using the changeset viewer.