Documentation class for mln::Point_Site. More...
#include <point_site.hh>
Public Types | |
| enum | { dim } | 
| typedef void | coord | 
| typedef void | dpoint | 
| Dpsite associated type.   | |
| typedef void | mesh | 
| Mesh associated type.   | |
| typedef void | point | 
| Site associated type.   | |
Public Member Functions | |
| coord | operator[] (unsigned i) const | 
Read-only access to the i-th coordinate value.   | |
| const point & | to_point () const | 
| Give a reference to the corresponding point.   | |
Documentation class for mln::Point_Site.
Definition at line 37 of file doc/point_site.hh.
| typedef void mln::doc::Point_Site< E >::coord | 
Coordinate associated type.
Definition at line 62 of file doc/point_site.hh.
| typedef void mln::doc::Point_Site< E >::dpoint | 
Dpsite associated type.
Definition at line 58 of file doc/point_site.hh.
| typedef void mln::doc::Point_Site< E >::mesh | 
Mesh associated type.
Definition at line 48 of file doc/point_site.hh.
| typedef void mln::doc::Point_Site< E >::point | 
Site associated type.
Definition at line 53 of file doc/point_site.hh.
| anonymous enum | 
Definition at line 43 of file doc/point_site.hh.
| coord mln::doc::Point_Site< E >::operator[] | ( | unsigned | i | ) | const | 
Read-only access to the i-th coordinate value. 
| [in] | i | The coordinate index. | 
i < dim i-th coordinate. | const point& mln::doc::Point_Site< E >::to_point | ( | ) | const | 
Give a reference to the corresponding point.
This method allows for iterators to refer to a point.
 1.7.1