
Definition in file Dims.H.
#include "Util/Assert.H"
#include "Util/Types.H"
#include <string>
Include dependency graph for Dims.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Dims |
| A simple struct to hold a pair of width/height dimensions. More... | |
Functions | |
| std::string | convertToString (const Dims &val) |
| Dims overload: format is "<int>x<int>". | |
| void | convertFromString (const std::string &str, Dims &val) |
| Dims overload: format is "<int>x<int>". | |
| Dims | operator+ (const Dims &d1, const Dims &d2) |
| Dims+Dims addition. | |
| Dims | operator+ (const Dims &d, int a) |
| Dims+int addition. | |
| Dims | operator+ (int a, const Dims &d) |
| int+Dims addition | |
| Dims | operator- (const Dims &d, int a) |
| Dims-int subtraction. | |
| Dims | operator * (const Dims &d, int factor) |
| Dims*int multiplication. | |
| Dims | operator * (const Dims &d, double factor) |
| Dims*double multiplication. | |
| Dims | operator * (int factor, const Dims &d) |
| int*Dims multiplication | |
| Dims | operator * (double factor, const Dims &d) |
| double*Dims multiplication | |
| Dims | operator/ (const Dims &d, int factor) |
| Dims/int division. | |
| Dims | operator/ (const Dims &d, double factor) |
| Dims/double division. | |
|
||||||||||||
|
Dims overload: format is "<int>x<int>".
|
|
|
Dims overload: format is "<int>x<int>".
|
|
||||||||||||
|
double*Dims multiplication
|
|
||||||||||||
|
int*Dims multiplication
|
|
||||||||||||
|
Dims*double multiplication.
|
|
||||||||||||
|
Dims*int multiplication.
Definition at line 139 of file Dims.H. References Dims::h(), and Dims::w(). Referenced by nub::objectdb::casting_iterator< T >::operator->(). |
|
||||||||||||
|
int+Dims addition
|
|
||||||||||||
|
Dims+int addition.
|
|
||||||||||||
|
Dims+Dims addition.
|
|
||||||||||||
|
Dims-int subtraction.
|
|
||||||||||||
|
Dims/double division.
|
|
||||||||||||
|
Dims/int division.
|
1.4.4