MTypes Namespace Reference
Contains basic types frequently used in modules.
More...
|
Classes |
| struct | PlaneBlock |
| | Represents a rectangular piece of single-color image to be encoded/decoded. More...
|
Typedefs |
|
typedef double | Real |
| | The floating-point type in which most computations are made.
|
|
typedef float | SReal |
| | The floating-point type for long-term pixel-value storage.
|
|
typedef MatrixSlice< SReal > | SMatrix |
| | Used for storing pixel matrices.
|
|
typedef SMatrix::Const | CSMatrix |
| | Used for passing constant pixels.
|
|
typedef std::vector< SMatrix > | MatrixList |
| | A list of pixel matrices.
|
Detailed Description
Contains basic types frequently used in modules.