Size32f class of the ICL (float valued)
More...
#include <Size32f.h>
Size32f class of the ICL (float valued)
◆ Size32f() [1/4]
icl::utils::Size32f::Size32f |
( |
| ) |
|
|
inline |
◆ Size32f() [2/4]
icl::utils::Size32f::Size32f |
( |
const Size32f & |
s | ) |
|
|
inline |
◆ Size32f() [3/4]
icl::utils::Size32f::Size32f |
( |
float |
width, |
|
|
float |
height |
|
) |
| |
|
inline |
◆ Size32f() [4/4]
icl::utils::Size32f::Size32f |
( |
const Size & |
other | ) |
|
|
inline |
creates a float-size from given int size
◆ getDim()
float icl::utils::Size32f::getDim |
( |
| ) |
const |
|
inline |
◆ isNull()
bool icl::utils::Size32f::isNull |
( |
| ) |
const |
|
inline |
checks wether the object instance is null, i.e. all elements are zero
◆ operator *()
Size32f icl::utils::Size32f::operator * |
( |
double |
d | ) |
const |
|
inline |
scales the size by a scalar value
◆ operator *=()
Size32f& icl::utils::Size32f::operator *= |
( |
double |
d | ) |
|
|
inline |
scales the size parameters inplace by a scalar
◆ operator!=()
bool icl::utils::Size32f::operator!= |
( |
const Size32f & |
s | ) |
const |
|
inline |
checks if two size are not equal
◆ operator+()
add a size to another size
◆ operator+=()
adds another size inplace
◆ operator-()
substracts a size from another size
◆ operator-=()
substracst another size inplace
◆ operator/()
Size32f icl::utils::Size32f::operator/ |
( |
double |
d | ) |
const |
|
inline |
scales the size by a scalar value
◆ operator/=()
Size32f& icl::utils::Size32f::operator/= |
( |
double |
d | ) |
|
|
inline |
scales the size parameters inplace by a scalar
◆ operator==()
bool icl::utils::Size32f::operator== |
( |
const Size32f & |
s | ) |
const |
|
inline |
checks if two sizes are equal
◆ height
float icl::utils::Size32f::height |
◆ null
const Size32f icl::utils::Size32f::null |
|
static |
◆ width
float icl::utils::Size32f::width |
The documentation for this class was generated from the following file:
- /Users/alneuman/vm/icl/ICLUtils/src/ICLUtils/Size32f.h