Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mmind::eye::Size Struct Reference

Describes a two-dimensional 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
 

Detailed Description

Describes a two-dimensional size with a width and a height.

Definition at line 21 of file CommonTypes.h.

Constructor & Destructor Documentation

◆ Size() [1/2]

constexpr mmind::eye::Size::Size ( )
inlineconstexpr

Definition at line 23 of file CommonTypes.h.

◆ Size() [2/2]

constexpr mmind::eye::Size::Size ( size_t width,
size_t height )
inlineconstexpr

Definition at line 24 of file CommonTypes.h.

Member Function Documentation

◆ operator==()

bool mmind::eye::Size::operator== ( const Size & other)
inline

Definition at line 25 of file CommonTypes.h.

Member Data Documentation

◆ height

size_t mmind::eye::Size::height

Definition at line 28 of file CommonTypes.h.

◆ width

size_t mmind::eye::Size::width

Definition at line 27 of file CommonTypes.h.


The documentation for this struct was generated from the following file: