|
libcamera
v0.0.0+100-debian/0_git20200629+e7aa92a-8-9-g77f5237c-dirty (2021-05-05T16:20:29+01:00)
Supporting cameras in Linux since 2019
|
Data structures related to geometric objects. More...
#include <algorithm>#include <string>#include <libcamera/compiler.h>Go to the source code of this file.
Classes | |
| class | libcamera::Point |
| Describe a point in two-dimensional space. More... | |
| struct | libcamera::Size |
| Describe a two-dimensional size. More... | |
| struct | libcamera::SizeRange |
| Describe a range of sizes. More... | |
| struct | libcamera::Rectangle |
| Describe a rectangle's position and dimensions. More... | |
Namespaces | |
| libcamera | |
| Top-level libcamera namespace. | |
Functions | |
| bool | libcamera::operator== (const Point &lhs, const Point &rhs) |
| Compare points 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... | |
| bool | libcamera::operator== (const Rectangle &lhs, const Rectangle &rhs) |
| Compare rectangles for equality. More... | |
Data structures related to geometric objects.
1.8.13