$extrastylesheet
#include <mln/core/internal/coord_impl.hh>
Public Member Functions | |
| const C & | col () const |
| C & | col () |
| const C & | row () const |
| C & | row () |
Specialization for 2D points.
Definition at line 103 of file coord_impl.hh.
| const C& mln::internal::mutable_coord_impl_< 2, C, E >::col | ( | ) | const |
Column index.
| C& mln::internal::mutable_coord_impl_< 2, C, E >::col | ( | ) |
Column index.
| const C& mln::internal::mutable_coord_impl_< 2, C, E >::row | ( | ) | const |
Row index.
| C& mln::internal::mutable_coord_impl_< 2, C, E >::row | ( | ) |
Row index.