|
egami
C++ Image Processing program
|
#include <image.hpp>

Public Member Functions | |
| const_Row_proxy (const Image *img, unsigned y) noexcept | |
| const_Pixel_proxy | operator[] (unsigned x) const |
Private Attributes | |
| const Image * | img |
| unsigned | y |
| const_Row_proxy::const_Row_proxy | ( | const Image * | img, |
| unsigned | y | ||
| ) |
| const_Pixel_proxy const_Row_proxy::operator[] | ( | unsigned | x | ) | const |
const Image* const_Row_proxy::img [private] |
unsigned const_Row_proxy::y [private] |
1.7.4