Data class that represents the size of an image.
More...
#include <sirius/types.h>
Data class that represents the size of an image.
◆ Size() [1/5]
◆ Size() [2/5]
sirius::Size::Size |
( |
int |
row, |
|
|
int |
col |
|
) |
| |
◆ Size() [3/5]
sirius::Size::Size |
( |
const std::array< int, 2 > & |
size | ) |
|
◆ ~Size()
◆ Size() [4/5]
sirius::Size::Size |
( |
const Size & |
| ) |
|
|
default |
◆ Size() [5/5]
sirius::Size::Size |
( |
Size && |
| ) |
|
|
default |
◆ CellCount()
int sirius::Size::CellCount |
( |
| ) |
const |
|
inline |
◆ operator*() [1/2]
Size sirius::Size::operator* |
( |
int |
scale | ) |
const |
|
inline |
◆ operator*() [2/2]
Size sirius::Size::operator* |
( |
double |
scale | ) |
const |
|
inline |
◆ operator*=()
Size& sirius::Size::operator*= |
( |
int |
scale | ) |
|
|
inline |
◆ operator<()
bool sirius::Size::operator< |
( |
const Size & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Size& sirius::Size::operator= |
( |
const Size & |
| ) |
|
|
default |
◆ operator=() [2/2]
Size& sirius::Size::operator= |
( |
Size && |
| ) |
|
|
default |
◆ operator==()
bool sirius::Size::operator== |
( |
const Size & |
rhs | ) |
const |
|
inline |
◆ col
int sirius::Size::col {0} |
◆ row
int sirius::Size::row {0} |
The documentation for this struct was generated from the following file: