Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
Class describing a given resolution More...
#include <Zivid/Resolution.h>
Public Member Functions | |
ZIVID_CORE_EXPORT | Resolution (size_t width, size_t height) |
Constructor More... | |
ZIVID_CORE_EXPORT size_t | width () const |
Get the width value of the resolution More... | |
ZIVID_CORE_EXPORT size_t | height () const |
Get the height value of the resolution More... | |
ZIVID_CORE_EXPORT size_t | size () const |
Get the size value of the resolution More... | |
ZIVID_CORE_EXPORT bool | operator== (const Resolution &other) const |
Comparison operator More... | |
ZIVID_CORE_EXPORT bool | operator!= (const Resolution &other) const |
Comparison operator More... | |
ZIVID_CORE_EXPORT std::string | toString () const |
Get the resolution as string More... | |
Class describing a given resolution
ZIVID_CORE_EXPORT Zivid::Resolution::Resolution | ( | size_t | width, |
size_t | height | ||
) |
Constructor
ZIVID_CORE_EXPORT size_t Zivid::Resolution::height | ( | ) | const |
Get the height value of the resolution
ZIVID_CORE_EXPORT bool Zivid::Resolution::operator!= | ( | const Resolution & | other | ) | const |
Comparison operator
ZIVID_CORE_EXPORT bool Zivid::Resolution::operator== | ( | const Resolution & | other | ) | const |
Comparison operator
ZIVID_CORE_EXPORT size_t Zivid::Resolution::size | ( | ) | const |
Get the size value of the resolution
ZIVID_CORE_EXPORT std::string Zivid::Resolution::toString | ( | ) | const |
Get the resolution as string
ZIVID_CORE_EXPORT size_t Zivid::Resolution::width | ( | ) | const |
Get the width value of the resolution