libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
#include <Utilities.hpp>
Public Member Functions | |
bool | Fits (const Size2D &other) const |
bool | IsEmpty () const |
bool | operator!= (const Size2D &other) const |
Size2D | operator+ (const Size2D &other) const |
Size2D | operator- (const Size2D &other) const |
Size2D | operator/ (const int &i) const |
bool | operator== (const Size2D &other) const |
Size2D (int w=0, int h=0) | |
Point2D | ToPoint () const |
std::string | ToString () const |
Public Attributes | |
int | height |
int | width |
A structure representing object dimentions.
|
inline |
|
inline |
Returns true iff this size has both dimentions smaller than the other one.
|
inline |
Returns true iff this size has at least one dimention equal to zero.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int AlgAudio::Size2D::height |
int AlgAudio::Size2D::width |