IO.cpp File Reference

#include "./IO.h"
#include "wand/magick_wand.h"

Go to the source code of this file.

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)


Define Documentation

#define ThrowWandException wand   ) 
 

Value:

{ \
char \
*description; \
\
ExceptionType \
severity; \
\
description=MagickGetException(wand,&severity); \
(void) fprintf(stderr,"%s %s %ld %s\n",GetMagickModule(),description); \
description=(char *) MagickRelinquishMemory(description); \
exit(-1); \
}

Definition at line 63 of file IO.cpp.


Function Documentation

MatrixList< unsigned char > IO::ImRead char *  filename  ) 
 

Definition at line 157 of file IO.cpp.

void IO::ImWrite MatrixList< double > &  Image,
char *  filename
 

Definition at line 544 of file IO.cpp.

void IO::ImWrite Matrix< double > &  Image,
char *  filename
 

Definition at line 521 of file IO.cpp.

void IO::ImWrite MatrixList< float > &  Image,
char *  filename
 

Definition at line 484 of file IO.cpp.

void IO::ImWrite Matrix< float > &  Image,
char *  filename
 

Definition at line 461 of file IO.cpp.

void IO::ImWrite MatrixList< int > &  Image,
char *  filename
 

Definition at line 423 of file IO.cpp.

void IO::ImWrite Matrix< int > &  Image,
char *  filename
 

Definition at line 397 of file IO.cpp.

void IO::ImWrite MatrixList< unsigned char > &  Image,
char *  filename
 

Definition at line 288 of file IO.cpp.

void IO::ImWrite Matrix< unsigned char > &  Image,
char *  filename
 

Definition at line 251 of file IO.cpp.

void IO::WriteMFile Vector< ComplexDouble > &  m,
string  variable,
string  filename
 

Definition at line 148 of file IO.cpp.

void IO::WriteMFile Matrix< ComplexDouble > &  m,
string  variable,
string  filename
 

Definition at line 117 of file IO.cpp.

void IO::WriteMFile Vector< ComplexFloat > &  m,
string  variable,
string  filename
 

Definition at line 112 of file IO.cpp.

void IO::WriteMFile Matrix< ComplexFloat > &  m,
string  variable,
string  filename
 

Definition at line 80 of file IO.cpp.


Generated on Thu Jan 20 08:43:48 2005 for CIMPL by  doxygen 1.3.9.1