#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. |
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 |
const point& mln::doc::Point_Site< E >::to_point | ( | ) | const |