#include <Unit_Utilities.h>
List of all members.
Public Member Functions |
| | Utilities () |
| | ~Utilities () |
| double | round (double value) |
| double | limit (double value) |
| void | getRGBvalue (Graphics::TBitmap *inputImage, int x, int y, int *R, int *G, int *B) |
| float | getYvalue (Graphics::TBitmap *inputImage, int x, int y) |
Constructor & Destructor Documentation
| Utilities::~Utilities |
( |
| ) |
|
Member Function Documentation
| void Utilities::getRGBvalue |
( |
Graphics::TBitmap * |
inputImage, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int * |
R, |
|
|
int * |
G, |
|
|
int * |
B |
|
) |
| [inline] |
| float Utilities::getYvalue |
( |
Graphics::TBitmap * |
inputImage, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [inline] |
| double Utilities::limit |
( |
double |
value | ) |
[inline] |
| double Utilities::round |
( |
double |
value | ) |
[inline] |
The documentation for this class was generated from the following files: