#include <pixel.h>
Public Member Functions | |
Pixel (void) | |
Default Constructor. | |
Pixel (int xcoord, int ycoord, double intensity) | |
Custom Initialisation Constructor. | |
Public Attributes | |
int | x |
x-coordinate of the pixel. | |
int | y |
y-coordinate of the pixel. | |
double | i |
Intensity value at the pixel. |
|
Default Constructor.
|
|
Custom Initialisation Constructor.
|