#include <vetFrameRGBETI.h>
Inheritance diagram for vetFrameRGBETI:

Public Member Functions | |
| vetFrameRGBETI () | |
| vetFrameRGBETI (unsigned int width, unsigned int height) | |
| Create an image with the given dimensions. | |
| vetFrameRGBETI (vetFrameCache &) | |
| Create an image from another image Copy Constructor. | |
| vetFrameRGBETI (vetFrameCache24 &) | |
| Copy Constructor. | |
| vetFrameRGBETI (vetFrameRGB &) | |
| Copy Constructor. | |
| unsigned int | getWidth () |
| Read current image's width. | |
| unsigned int | getHeight () |
| Read current image's height. | |
| int | setPixel (unsigned int x, unsigned int y, PixelRGB p) |
| Set pixel (x, y) to the specified value, conversion to PixelGrey is implemented. | |
| int | getPixel (unsigned int x, unsigned int y, PixelRGB &p) |
| vetFrameRGBETI & | operator>> (vetFrameCache &) |
| vetFrameRGBETI & | operator>> (vetFrameCache24 &) |
| vetFrameRGBETI & | operator>> (vetFrameRGB &) |
| vetFrameRGBETI & | operator>> (vetFrameGrey &) |
| void | operator<< (vetFrameCache &) |
| void | operator<< (vetFrameCache24 &) |
| void | operator<< (vetFrameRGB &) |
| void | operator<< (vetFrameGrey &) |
The image is stored as an array of ints, each pixel spanning three ints (one for each of its red, green and blue values).
Definition at line 35 of file vetFrameRGBETI.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 vetFrameRGBETI.cpp. |
|
|
Read current image's height.
Reimplemented from vetFrame. Definition at line 61 of file vetFrameRGBETI.h. |
|
||||||||||||||||
|
Method to return the brightness for pixel (x,y).
Definition at line 63 of file vetFrameRGBETI.cpp. References VETRET_OK, and VETRET_PARAM_ERR. |
|
|
Read current image's width.
Reimplemented from vetFrame. Definition at line 60 of file vetFrameRGBETI.h. |
|
||||||||||||||||
|
Set pixel (x, y) to the specified value, conversion to PixelGrey is implemented.
Definition at line 43 of file vetFrameRGBETI.cpp. References VETRET_OK, and VETRET_PARAM_ERR. |
1.4.4