|
libcamera
v0.0.0
Supporting cameras in Linux since 2019
|
Data structures related to geometric objects. More...
#include <string>Go to the source code of this file.
Classes | |
| struct | libcamera::Rectangle |
| Describe a rectangle's position and dimensions. More... | |
| struct | libcamera::Size |
| Describe a two-dimensional size. More... | |
| struct | libcamera::SizeRange |
| Describe a range of sizes. More... | |
Functions | |
| bool | libcamera::operator== (const Rectangle &lhs, const Rectangle &rhs) |
| Compare rectangles for equality. More... | |
| bool | libcamera::operator== (const Size &lhs, const Size &rhs) |
| Compare sizes for equality. More... | |
| bool | libcamera::operator< (const Size &lhs, const Size &rhs) |
| Compare sizes for smaller than order. More... | |
| bool | libcamera::operator== (const SizeRange &lhs, const SizeRange &rhs) |
| Compare size ranges for equality. More... | |
Data structures related to geometric objects.
Compare sizes for smaller than order.
Sizes are compared on three criteria, in the following order.
Compare rectangles for equality.
Compare sizes for equality.
1.8.13