#include <image2d_size.hh>
Inheritance diagram for oln::image2d_size:


Public Member Functions | |
| image2d_size (coord nrows, coord ncols, coord border) | |
| Image2d_size constructor. | |
| coord | nrows () const |
| Return the number of rows in the image. | |
| coord & | nrows () |
| Return a reference to the number of rows in the image. | |
| coord | ncols () const |
| Return the number of columns in the image. | |
| coord & | ncols () |
| Return a reference to the number of columns in the image. | |
Static Public Member Functions | |
| std::string | name () |
Definition at line 56 of file image2d_size.hh.
|
||||||||||||||||
|
Image2d_size constructor.
Definition at line 70 of file image2d_size.hh. References oln::coord, and oln::abstract::image_size< image2d_size >::nth().
|
1.3.6-20040222