#include <point3d.hh>

Public Types | |
| enum | { dim = 3 } |
| typedef const C & | col_t |
| typedef C | coord |
| typedef const C & | row_t |
| typedef const C & | sli_t |
Public Member Functions | |
| C & | col () |
| const C & | col () const |
| const C & | last_coord () const |
| C & | operator[] (unsigned i) |
| const C & | operator[] (unsigned i) const |
| const C & | row () const |
| C & | row () |
| C & | sli () |
| const C & | sli () const |
Private Types | |
| typedef subject_impl< const point< grid::cube, C >, E > | super_ |
Private Member Functions | |
| E & | exact_ () |
typedef const C& mln::internal::subject_impl< const point< grid::cube, C >, E >::col_t [inherited] |
typedef C mln::internal::subject_impl< const point< grid::cube, C >, E >::coord [inherited] |
typedef const C& mln::internal::subject_impl< const point< grid::cube, C >, E >::row_t [inherited] |
typedef const C& mln::internal::subject_impl< const point< grid::cube, C >, E >::sli_t [inherited] |
typedef subject_impl< const point<grid::cube, C>, E > mln::internal::subject_impl< point< grid::cube, C >, E >::super_ [private] |
| C & mln::internal::subject_impl< point< grid::cube, C >, E >::col | ( | ) | [inline] |
| const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::col | ( | ) | const [inline, inherited] |
| E & mln::internal::subject_impl< point< grid::cube, C >, E >::exact_ | ( | ) | [inline, private] |
| const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::last_coord | ( | ) | const [inline, inherited] |
| const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::operator[] | ( | unsigned | i | ) | const [inline, inherited] |
| C & mln::internal::subject_impl< point< grid::cube, C >, E >::operator[] | ( | unsigned | i | ) | [inline] |
| C & mln::internal::subject_impl< point< grid::cube, C >, E >::row | ( | ) | [inline] |
| const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::row | ( | ) | const [inline, inherited] |
| const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::sli | ( | ) | const [inline, inherited] |
| C & mln::internal::subject_impl< point< grid::cube, C >, E >::sli | ( | ) | [inline] |
1.7.1