|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to read curve data in the atomes project file format. More...
Go to the source code of this file.
Functions | |
| int | read_data_layout (FILE *fp, DataLayout *layout) |
| read data layout from file | |
| int | read_project_curve (FILE *fp, int wid, int pid) |
| read a project curve from file | |
Variables | |
| gboolean | version_2_9_and_above |
| gboolean | reading_project = FALSE |
Functions to read curve data in the atomes project file format.
Definition in file read_curve.c.
| int read_data_layout | ( | FILE * | fp, |
| DataLayout * | layout ) |
read data layout from file
Definition at line 53 of file read_curve.c.
| int read_project_curve | ( | FILE * | fp, |
| int | wid, | ||
| int | pid ) |
read a project curve from file
| fp | the file pointer |
| wid | reading workspace (1/0) |
| pid | the active project id |
Definition at line 77 of file read_curve.c.
| gboolean reading_project = FALSE |
Definition at line 43 of file read_curve.c.