#include <image1d_size.hh>
Inheritance diagram for oln::image1d_size:
Public Member Functions | |
image1d_size (coord ncols, coord border) | |
Image1d_size constructor. | |
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 55 of file image1d_size.hh.
|
Image1d_size constructor.
Definition at line 67 of file image1d_size.hh. References oln::coord, and oln::abstract::image_size< image1d_size >::nth().
|