#include "hdyn.h"
Go to the source code of this file.
Defines | |
#define | IOFF 10 |
#define | CMAX 256 |
#define | L 2.0 |
#define | NX 256 |
#define | NY 256 |
Functions | |
void | write_image (float *a, int m, int n, char *filename, int scale) |
void | add_point (float *a, int nx, int ny, int i, int j, real r, float color) |
main (int argc, char **argv) |
|
Definition at line 25 of file snap_to_image.C. |
|
Definition at line 24 of file snap_to_image.C. |
|
Definition at line 27 of file snap_to_image.C. |
|
Definition at line 28 of file snap_to_image.C. |
|
Definition at line 29 of file snap_to_image.C. |
|
Definition at line 31 of file snap_to_image.C. Referenced by main(). |
|
Definition at line 46 of file snap_to_image.C. |
|
Definition at line 59 of file write_image.C. Referenced by main(), and write_image_f77(). |