oln::image1d_size Class Reference

#include <image1d_size.hh>

Inheritance diagram for oln::image1d_size:

Inheritance graph
[legend]
Collaboration diagram for oln::image1d_size:

Collaboration graph
[legend]
List of all members.

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.
coordncols ()
 Return a reference to the number of columns in the image.

Static Public Member Functions

static std::string name ()

Detailed Description

Size_type for image1d.

Definition at line 55 of file image1d_size.hh.


Constructor & Destructor Documentation

oln::image1d_size::image1d_size ( coord  ncols,
coord  border 
) [inline]

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().

00068     {
00069       nth(0) = ncols;
00070       border_ = border;
00071     }


The documentation for this class was generated from the following file:
Generated on Tue Feb 20 20:24:12 2007 for Olena by  doxygen 1.5.1