#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 | |
const C & | col () const |
const C & | last_coord () const |
const C & | operator[] (unsigned i) const |
const C & | row () const |
const C & | sli () const |
Private Member Functions | |
const E & | exact_ () const |
Definition at line 56 of file point3d.hh.
typedef const C& mln::internal::subject_impl< const point< grid::cube, C >, E >::col_t |
Definition at line 65 of file point3d.hh.
typedef C mln::internal::subject_impl< const point< grid::cube, C >, E >::coord |
Definition at line 59 of file point3d.hh.
typedef const C& mln::internal::subject_impl< const point< grid::cube, C >, E >::row_t |
Definition at line 62 of file point3d.hh.
typedef const C& mln::internal::subject_impl< const point< grid::cube, C >, E >::sli_t |
Definition at line 68 of file point3d.hh.
anonymous enum |
const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::col | ( | ) | const [inline] |
Definition at line 119 of file point3d.hh.
const E & mln::internal::subject_impl< const point< grid::cube, C >, E >::exact_ | ( | ) | const [inline, private] |
Definition at line 152 of file point3d.hh.
const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::last_coord | ( | ) | const [inline] |
Definition at line 144 of file point3d.hh.
const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::operator[] | ( | unsigned | i | ) | const [inline] |
Definition at line 135 of file point3d.hh.
const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::row | ( | ) | const [inline] |
Definition at line 111 of file point3d.hh.
const C & mln::internal::subject_impl< const point< grid::cube, C >, E >::sli | ( | ) | const [inline] |
Definition at line 127 of file point3d.hh.