#include <box_impl.hh>
Public Member Functions | |
| unsigned | height () const |
| Give the height. | |
| C | max_col () const |
| Give the minimum col. | |
| C | max_row () const |
| Give the minimum row. | |
| C | min_col () const |
| Give the minimum col. | |
| C | min_row () const |
| Give the minimum row. | |
| unsigned | ncols () const |
| Give the number of cols. | |
| unsigned | nrows () const |
| Give the number of rows. | |
| unsigned | width () const |
| Give the width. | |
Definition at line 97 of file box_impl.hh.
| unsigned mln::internal::box_impl_< 2, C, E >::height | ( | ) | const [inline] |
Give the height.
Definition at line 284 of file box_impl.hh.
| C mln::internal::box_impl_< 2, C, E >::max_col | ( | ) | const [inline] |
Give the minimum col.
Definition at line 270 of file box_impl.hh.
| C mln::internal::box_impl_< 2, C, E >::max_row | ( | ) | const [inline] |
Give the minimum row.
Definition at line 249 of file box_impl.hh.
| C mln::internal::box_impl_< 2, C, E >::min_col | ( | ) | const [inline] |
Give the minimum col.
Definition at line 263 of file box_impl.hh.
| C mln::internal::box_impl_< 2, C, E >::min_row | ( | ) | const [inline] |
Give the minimum row.
Definition at line 242 of file box_impl.hh.
| unsigned mln::internal::box_impl_< 2, C, E >::ncols | ( | ) | const [inline] |
Give the number of cols.
Definition at line 256 of file box_impl.hh.
| unsigned mln::internal::box_impl_< 2, C, E >::nrows | ( | ) | const [inline] |
Give the number of rows.
Definition at line 235 of file box_impl.hh.
| unsigned mln::internal::box_impl_< 2, C, E >::width | ( | ) | const [inline] |
Give the width.
Definition at line 277 of file box_impl.hh.
1.7.1