#include <image1d_size.hh>
Inheritance diagram for oln::image1d_size:
Public Member Functions | |
image1d_size (coord ncols, coord border) | |
Image1d_size constructor. | |
image1d_size () | |
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 | |
static 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::abstract::image_size< Exact >::border_, and oln::abstract::image_size< Exact >::nth().