Public Member Functions | |
ImageSize (const int _width, const int _height) | |
bool | isWithin (const int u, const int v) const |
bool | operator== (const ImageSize &other) const |
bool | operator!= (const ImageSize &other) const |
template<class Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
int | width = 0 |
int | height = 0 |