egami
C++ Image Processing program
Public Member Functions | Private Attributes
const_Row_proxy Class Reference

#include <image.hpp>

Collaboration diagram for const_Row_proxy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 const_Row_proxy (const Image *img, unsigned y) noexcept
const_Pixel_proxy operator[] (unsigned x) const

Private Attributes

const Imageimg
unsigned y

Detailed Description

Definition at line 88 of file image.hpp.


Constructor & Destructor Documentation

const_Row_proxy::const_Row_proxy ( const Image img,
unsigned  y 
)

Definition at line 206 of file image.cpp.


Member Function Documentation

const_Pixel_proxy const_Row_proxy::operator[] ( unsigned  x) const

Definition at line 208 of file image.cpp.

Here is the call graph for this function:


Member Data Documentation

const Image* const_Row_proxy::img [private]

The containing image

Definition at line 94 of file image.hpp.

unsigned const_Row_proxy::y [private]

The target row

Definition at line 95 of file image.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends