$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::internal::box_impl_< 2, C, E > Struct Template Reference

#include <mln/core/internal/box_impl.hh>

Public Member Functions

unsigned height () const
max_col () const
max_row () const
min_col () const
min_row () const
unsigned ncols () const
unsigned nrows () const
unsigned width () const

Detailed Description

template<typename C, typename E>
struct mln::internal::box_impl_< 2, C, E >

Definition at line 99 of file box_impl.hh.

Member Function Documentation

template<typename C , typename E >
unsigned mln::internal::box_impl_< 2, C, E >::height ( ) const

Give the height.

template<typename C , typename E >
C mln::internal::box_impl_< 2, C, E >::max_col ( ) const

Give the minimum col.

template<typename C , typename E >
C mln::internal::box_impl_< 2, C, E >::max_row ( ) const

Give the minimum row.

template<typename C , typename E >
C mln::internal::box_impl_< 2, C, E >::min_col ( ) const

Give the minimum col.

template<typename C , typename E >
C mln::internal::box_impl_< 2, C, E >::min_row ( ) const

Give the minimum row.

template<typename C , typename E >
unsigned mln::internal::box_impl_< 2, C, E >::ncols ( ) const

Give the number of cols.

template<typename C , typename E >
unsigned mln::internal::box_impl_< 2, C, E >::nrows ( ) const

Give the number of rows.

template<typename C , typename E >
unsigned mln::internal::box_impl_< 2, C, E >::width ( ) const

Give the width.