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