Inheritance diagram for vetFrameGreyETI:

Public Member Functions | |
| vetFrameGreyETI () | |
| vetFrameGreyETI (unsigned int width, unsigned int height) | |
| Create an image with the given dimensions. | |
| vetFrameGreyETI (vetFrameCache &) | |
| Create an image from another image Copy Constructor. | |
| unsigned int | getWidth () |
| Create an image from another image. | |
| unsigned int | getHeight () |
| Read current image's height. | |
| int | setPixel (unsigned int x, unsigned int y, PixelGrey level) |
| Set pixel (x, y) to the specified value. | |
| int | getPixel (unsigned int x, unsigned int y, PixelGrey &p) |
| vetFrameGreyETI & | operator>> (vetFrameCache &) |
| Overload equals (=) operator for two images. | |
| vetFrameGreyETI & | operator>> (vetFrameCache24 &) |
| vetFrameGreyETI & | operator>> (vetFrameRGB &) |
| vetFrameGreyETI & | operator>> (vetFrameGrey &) |
| void | operator<< (vetFrameCache &) |
| void | operator<< (vetFrameCache24 &) |
| void | operator<< (vetFrameRGB &) |
| void | operator<< (vetFrameGrey &) |
Definition at line 34 of file vetFrameGreyETI.h.
|
|
Create an image from another image Copy Constructor. Initialise to a new RGBImage identical to the specified image
Definition at line 26 of file vetFrameGreyETI.cpp. |
|
|
Read current image's height.
Reimplemented from vetFrame. Definition at line 56 of file vetFrameGreyETI.h. |
|
||||||||||||||||
|
Method to return the brightness for pixel (x,y).
Definition at line 49 of file vetFrameGreyETI.cpp. References VETRET_OK, and VETRET_PARAM_ERR. |
|
||||||||||||||||
|
Set pixel (x, y) to the specified value.
Definition at line 34 of file vetFrameGreyETI.cpp. References VETRET_OK, and VETRET_PARAM_ERR. |
1.4.4