|
SMIL 1.1.2
|
Some useful data types when handling images. More...
Some useful data types when handling images.
Collaboration diagram for Useful Basic Types:Classes | |
| class | Point< T > |
| Struct Point. More... | |
| struct | Rectangle |
| Rectangle. More... | |
| class | ImageBox |
| ImageBox. More... | |
Typedefs | |
| typedef Point< double > | DoublePoint |
| DoublePoint. | |
| typedef Point< int > | IntPoint |
| IntPoint. | |
| typedef Point< UINT > | UintPoint |
| UintPoint. | |
| typedef vector< double > | Vector_double |
| Vector_double. | |
| typedef vector< Vector_double > | Matrix_double |
| Matrix_double. | |
| typedef vector< UINT > | Vector_UINT |
| Vector_UINT. | |
| typedef vector< size_t > | Vector_size_t |
| Vector_size_t. | |
| typedef vector< off_t > | Vector_off_t |
| Vector_off_t. | |
| typedef Point<double> DoublePoint |
DoublePoint.
Point coordinates defined as double values
| typedef vector<double> Vector_double |
Vector_double.
A vector of double values
| typedef vector<Vector_double> Matrix_double |
Matrix_double.
A Matrix of double values implemented as a vector of vectors
| typedef vector<UINT> Vector_UINT |
Vector_UINT.
A vector of UINT (unsigned int) values
| typedef vector<size_t> Vector_size_t |
Vector_size_t.
A vector of size_t values (natural - non negative values)
| typedef vector<off_t> Vector_off_t |
Vector_off_t.
A vector of off_t values (integer - positive and negative values)