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.
typedef void mln::doc::Point_Site< E >::coord |
Coordinate associated type.
typedef void mln::doc::Point_Site< E >::dpoint |
Dpsite associated type.
typedef void mln::doc::Point_Site< E >::mesh |
typedef void mln::doc::Point_Site< E >::point |
Site associated type.
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.