One line in the image.
More...
#include <image.hpp>
Public Types |
typedef std::vector< pixel_type > | super |
| The type of the parent class.
|
typedef super::value_type | value_type |
| The type of the pixels.
|
typedef super::reference | reference |
| Reference to a pixel..
|
typedef super::const_reference | const_reference |
| Const reference to a pixel.
|
typedef super::iterator | iterator |
| Iterator in the line.
|
typedef super::const_iterator | const_iterator |
| Const iterator in the line.
|
typedef super::size_type | size_type |
| An unsigned integral type.
|
Detailed Description
One line in the image.
- Author
- Julien Jorge
Definition at line 59 of file image.hpp.
Member Function Documentation
Get a pixel from the line.
- Parameters
-
Definition at line 38 of file image.ipp.
The documentation for this class was generated from the following files: