| Mech-Eye API 2.3.0
    API reference documentation for Mech-Eye Industrial 3D Camera | 
Describes a size with a width and a height. More...
#include <CommonTypes.h>
| Public Member Functions | |
| constexpr | Size (size_t width, size_t height) | 
| bool | operator== (const Size &other) | 
| Public Attributes | |
| size_t | width | 
| size_t | height | 
Describes a size with a width and a height.
Definition at line 21 of file CommonTypes.h.
| 
 | inlineconstexpr | 
Definition at line 23 of file CommonTypes.h.
| 
 | inlineconstexpr | 
Definition at line 24 of file CommonTypes.h.
| 
 | inline | 
Definition at line 25 of file CommonTypes.h.
| size_t mmind::eye::Size::height | 
Definition at line 28 of file CommonTypes.h.
| size_t mmind::eye::Size::width | 
Definition at line 27 of file CommonTypes.h.