Documentation class for mln::Dpoint. More...
#include <dpoint.hh>

Public Types | |
| enum | { dim } |
| typedef void | coord |
| typedef void | dpoint |
| Dpsite 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. | |
Documentation class for mln::Dpoint.
| typedef void mln::doc::Dpoint< E >::coord |
Coordinate associated type.
| typedef void mln::doc::Dpoint< E >::dpoint |
Dpsite associated type.
| typedef void mln::doc::Dpoint< E >::point |
Site associated type.
| coord mln::doc::Dpoint< E >::operator[] | ( | unsigned | i | ) | const |
Read-only access to the i-th coordinate value.
| [in] | i | The coordinate index. |
i < dim i-th coordinate.
1.7.1