|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to save curves information in the atomes project file format. More...
Include dependency graph for save_curve.c:Go to the source code of this file.
Functions | |
| gboolean | write_data_layout (FILE *fp, DataLayout *layout) |
| save curve data layout to file | |
| int | save_project_curve (FILE *fp, int wid, project *this_proj, int rid, int cid) |
| save project curve to file | |
Functions to save curves information in the atomes project file format.
Definition in file save_curve.c.
| int save_project_curve | ( | FILE * | fp, |
| int | wid, | ||
| project * | this_proj, | ||
| int | rid, | ||
| int | cid ) |
save project curve to file
| fp | the file pointer |
| wid | the total number of project file in the workspace |
| this_proj | the target project |
| rid | the calculation to save |
| cid | the curve id to save |
Definition at line 76 of file save_curve.c.
| gboolean write_data_layout | ( | FILE * | fp, |
| DataLayout * | layout ) |
save curve data layout to file
| fp | the file pointer |
| layout | the data layout to save |
Definition at line 50 of file save_curve.c.