$extrastylesheet
#include <mln/core/internal/box_impl.hh>
Public Member Functions | |
unsigned | height () const |
C | max_col () const |
C | max_row () const |
C | min_col () const |
C | min_row () const |
unsigned | ncols () const |
unsigned | nrows () const |
unsigned | width () const |
Definition at line 99 of file box_impl.hh.
unsigned mln::internal::box_impl_< 2, C, E >::height | ( | ) | const |
Give the height.
C mln::internal::box_impl_< 2, C, E >::max_col | ( | ) | const |
Give the minimum col.
C mln::internal::box_impl_< 2, C, E >::max_row | ( | ) | const |
Give the minimum row.
C mln::internal::box_impl_< 2, C, E >::min_col | ( | ) | const |
Give the minimum col.
C mln::internal::box_impl_< 2, C, E >::min_row | ( | ) | const |
Give the minimum row.
unsigned mln::internal::box_impl_< 2, C, E >::ncols | ( | ) | const |
Give the number of cols.
unsigned mln::internal::box_impl_< 2, C, E >::nrows | ( | ) | const |
Give the number of rows.
unsigned mln::internal::box_impl_< 2, C, E >::width | ( | ) | const |
Give the width.