|
Namespaces |
| namespace | IO |
Defines |
| #define | ThrowWandException(wand) |
Functions |
| void | WriteMFile (Matrix< ComplexFloat > &m, string variable, string filename) |
| void | WriteMFile (Vector< ComplexFloat > &m, string variable, string filename) |
| void | WriteMFile (Matrix< ComplexDouble > &m, string variable, string filename) |
| void | WriteMFile (Vector< ComplexDouble > &m, string variable, string filename) |
| MatrixList< unsigned char > | ImRead (char *filename) |
| void | ImWrite (Matrix< unsigned char > &Image, char *filename) |
| void | ImWrite (MatrixList< unsigned char > &Image, char *filename) |
| void | ImWrite (Matrix< int > &Image, char *filename) |
| void | ImWrite (MatrixList< int > &Image, char *filename) |
| void | ImWrite (Matrix< float > &Image, char *filename) |
| void | ImWrite (MatrixList< float > &Image, char *filename) |
| void | ImWrite (Matrix< double > &Image, char *filename) |
| void | ImWrite (MatrixList< double > &Image, char *filename) |