#include <gelSize.h>
List of all members.
Constructor & Destructor Documentation
gel::GelPoint::GelPoint |
( |
| ) |
[inline] |
Default constructor.
x and y are set to 0.
gel::GelPoint::GelPoint |
( |
int |
n | ) |
[inline] |
Single value constructor.
- Parameters:
-
n | : Value to use for the point's x and y coordinates. |
gel::GelPoint::GelPoint |
( |
int |
_x, |
|
|
int |
_y |
|
) |
| [inline] |
Full constructor.
- Parameters:
-
_x | : The point's x coordinate. |
_y | : The point's y coordinate. |
gel::GelPoint::GelPoint |
( |
const GelPoint & |
point | ) |
[inline] |
Member Function Documentation
bool gel::GelPoint::operator== |
( |
const GelPoint & |
p | ) |
const [inline] |
bool gel::GelPoint::operator!= |
( |
const GelPoint & |
p | ) |
const [inline] |
bool gel::GelPoint::operator< |
( |
const GelPoint & |
p | ) |
const [inline] |
bool gel::GelPoint::operator> |
( |
const GelPoint & |
p | ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: