|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to read curve data in the atomes project file format. More...
Include dependency graph for read_curve.c:Go to the source code of this file.
Functions | |
| gboolean | 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 | |
Functions to read curve data in the atomes project file format.
Definition in file read_curve.c.
| gboolean read_data_layout | ( | FILE * | fp, |
| DataLayout * | layout ) |
read data layout from file
| fp | the file pointer |
| layout | the data layout to store the data |
Definition at line 50 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 | the total number of projects in the workspace |
| pid | the active project id |
Definition at line 74 of file read_curve.c.