#define ZIVID_UTILS_EXPORT
Definition UtilsExport.h:56
Class describing a resolution with a width and a height.
Definition Resolution.h:56
ZIVID_UTILS_EXPORT size_t height() const
Get the height value of the resolution.
ZIVID_UTILS_EXPORT std::string toString() const
Get a string representation of the resolution.
ZIVID_UTILS_EXPORT size_t width() const
Get the width value of the resolution.
ZIVID_UTILS_EXPORT Resolution(size_t width, size_t height)
Construct a Resolution from width and height.
ZIVID_UTILS_EXPORT size_t size() const
Get the size (area) that is the product of the width and height.
ZIVID_UTILS_EXPORT bool operator!=(const Resolution &other) const
Comparison operator.
ZIVID_UTILS_EXPORT bool operator==(const Resolution &other) const
Comparison operator.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:84
std::ostream & operator<<(std::ostream &stream, const Array2D< T > &array)
Serialize array information to a stream.
Definition Array2D.h:283