#include <size.h>
Inheritance diagram for CL_Size:

Public Member Functions | |
| CL_Size () | |
| CL_Size (int width, int height) | |
| CL_Size (const CL_Sizex< int > &s) | |
| CL_Size (const CL_Sizex< float > ©) | |
| CL_Size (const CL_Sizex< double > ©) | |
| CL_Sizex< int > & | operator+= (const CL_Sizex< int > &s) |
| Size += Size operator. | |
| CL_Sizex< int > & | operator+= (const int &s) |
| Size += operator. | |
| CL_Sizex< int > & | operator-= (const CL_Sizex< int > &s) |
| Size -= Size operator. | |
| CL_Sizex< int > & | operator-= (const int &s) |
| Size -= operator. | |
| CL_Sizex< int > | operator+ (const CL_Sizex< int > &s) const |
| Size + Size operator. | |
| CL_Sizex< int > | operator+ (const int &s) const |
| Size + operator. | |
| CL_Sizex< int > | operator- (const CL_Sizex< int > &s) const |
| Size - Size operator. | |
| CL_Sizex< int > | operator- (const int &s) const |
| Size - operator. | |
| CL_Sizex< int > & | operator *= (const int &s) |
| Size *= operator. | |
| CL_Sizex< int > & | operator/= (const int &s) |
| Size /= operator. | |
| CL_Sizex< int > | operator * (const int &s) const |
| Size * operator. | |
| CL_Sizex< int > | operator/ (const int &s) const |
| Size / operator. | |
| bool | operator== (const CL_Sizex< int > &s) const |
| Size == Size operator (deep compare). | |
| bool | operator!= (const CL_Sizex< int > &s) const |
| Size != Size operator (deep compare). | |
Public Attributes | |
| int | width |
| Size width. | |
| int | height |
| Size height. | |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Size * operator.
|
|
|
Size *= operator.
|
|
|
Size != Size operator (deep compare).
|
|
|
Size + operator.
|
|
|
Size + Size operator.
|
|
|
Size += operator.
|
|
|
Size += Size operator.
|
|
|
Size - operator.
|
|
|
Size - Size operator.
|
|
|
Size -= operator.
|
|
|
Size -= Size operator.
|
|
|
Size / operator.
|
|
|
Size /= operator.
|
|
|
Size == Size operator (deep compare).
|
|
|
Size height.
|
|
|
Size width.
|
1.4.6