#include "stdinc.h"
Go to the source code of this file.
Defines | |
#define | BUFSIZE 4096 |
Functions | |
void | make_header (int m, int n, FILE *output_file, char *colormap_file) |
void | write_image (float *a, int m, int n, char *filename, int scale) |
void | write_image_f77 (float *a, int *m, int *n, char *filename, int *scale, long int nl) |
void | WRITE_IMAGE_F77 (float *a, int *m, int *n, char *filename, int *scale, long int nl) |
void | write_image_f77_ (float *a, int *m, int *n, char *filename, int *scale, long int nl) |
|
Definition at line 17 of file write_image.C. |
|
Definition at line 144 of file write_image.C. |
|
Definition at line 127 of file make_header.C. Referenced by main(), and write_image(). |
|
Definition at line 59 of file write_image.C. |
|
Definition at line 115 of file write_image.C. Referenced by WRITE_IMAGE_F77(), and write_image_f77_(). |
|
Definition at line 150 of file write_image.C. |