Changeset 314:2cc60866a0c9 in lemon-1.2 for lemon/dim2.h
- Timestamp:
- 10/09/08 13:27:35 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dim2.h
r313 r314 577 577 578 578 ///Map of x-coordinates of a \ref Point "Point"-map. 579 /// \ingroup maps579 /// 580 580 template<class M> 581 581 class XMap … … 595 595 596 596 ///This function just returns an XMap class. 597 ///598 ///\ingroup maps599 597 ///\relates XMap 600 598 template<class M> … … 613 611 614 612 ///Constant (read only) version of XMap. 615 /// \ingroup maps613 /// 616 614 template<class M> 617 615 class ConstXMap … … 630 628 631 629 ///This function just returns a ConstXMap class. 632 ///633 ///\ingroup maps634 630 ///\relates ConstXMap 635 631 template<class M> … … 642 638 643 639 ///Map of y-coordinates of a \ref Point "Point"-map. 644 /// \ingroup maps640 /// 645 641 template<class M> 646 642 class YMap … … 660 656 661 657 ///This function just returns a YMap class. 662 ///663 ///\ingroup maps664 658 ///\relates YMap 665 659 template<class M> … … 678 672 679 673 ///Constant (read only) version of YMap. 680 /// \ingroup maps674 /// 681 675 template<class M> 682 676 class ConstYMap … … 695 689 696 690 ///This function just returns a ConstYMap class. 697 ///698 ///\ingroup maps699 691 ///\relates ConstYMap 700 692 template<class M> … … 709 701 ///Map of the \ref Point::normSquare() "normSquare()" 710 702 ///of a \ref Point "Point"-map. 711 ///\ingroup maps712 703 template<class M> 713 704 class NormSquareMap … … 726 717 727 718 ///This function just returns a NormSquareMap class. 728 ///729 ///\ingroup maps730 719 ///\relates NormSquareMap 731 720 template<class M>
Note: See TracChangeset
for help on using the changeset viewer.