Aggregates width and height in a single structure.
More...
#include <Types.h>
List of all members.
Detailed Description
Aggregates width and height in a single structure.
Definition at line 500 of file Types.h.
Constructor & Destructor Documentation
Argus::Size::Size |
( |
uint32_t |
w, |
|
|
uint32_t |
h |
|
) |
| |
|
inline |
Construct size from width and height.
Definition at line 508 of file Types.h.
Member Function Documentation
Size Argus::Size::operator+ |
( |
const Size & |
b | ) |
const |
|
inline |
Size Argus::Size::operator- |
( |
const Size & |
b | ) |
const |
|
inline |
bool Argus::Size::operator== |
( |
const Size & |
a | ) |
const |
|
inline |
Member Data Documentation
uint32_t Argus::Size::height |
uint32_t Argus::Size::width |
The documentation for this struct was generated from the following file: