|
Jafar
|
Point object in a Raster. More...
Point object in a Raster.
It defines the top left corner of a unit cell, pixel.
Definition at line 27 of file Raster.hpp.
#include <Raster.hpp>
Public Member Functions | |
| RasterPoint (int _x, int _y) | |
| void | set (int _x, int _y) |
| bool | operator== (const RasterPoint &rhs) const |
| bool | operator!= (const RasterPoint &rhs) const |
Public Attributes | |
| int | x |
| int | y |
| Generated on Wed Oct 15 2014 00:37:41 for Jafar by doxygen 1.7.6.1 |
|