atomes 1.1.15
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 | |
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.