VIP: Volume Image Processing


volume_io.h
Go to the documentation of this file.
1#ifndef NDEF_PARAM
2#define NDEF_PARAM 0
4#endif
5
6/* functions reading and writing volumes */
7
8int ReadEcho (double ***echo1, double ***echo2, FILE* fin, param_mat *par);
9
10int WriteMap (double ***result, FILE* fout, param_mat* par);
11int ReadMap (double ***result, FILE* fin, param_mat* par);
12
13int ReadEpi (double ***image, FILE* fin, param_mat *par);
14int WriteEpi (double ***image, FILE* fout, param_mat *par);
15
int ReadMap(double ***result, FILE *fin, param_mat *par)
int ReadEcho(double ***echo1, double ***echo2, FILE *fin, param_mat *par)
int ReadEpi(double ***image, FILE *fin, param_mat *par)
int WriteMap(double ***result, FILE *fout, param_mat *par)
int WriteEpi(double ***image, FILE *fout, param_mat *par)