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.
Definition at line 36 of file concept/doc/dpoint.hh.
| typedef void mln::doc::Dpoint< E >::coord | 
Coordinate associated type.
Definition at line 56 of file concept/doc/dpoint.hh.
| typedef void mln::doc::Dpoint< E >::dpoint | 
Dpsite associated type.
Definition at line 52 of file concept/doc/dpoint.hh.
| typedef void mln::doc::Dpoint< E >::point | 
Site associated type.
Definition at line 47 of file concept/doc/dpoint.hh.
| anonymous enum | 
Definition at line 42 of file concept/doc/dpoint.hh.
| 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