atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to read the OpenGL window data in the atomes project file format. More...
Go to the source code of this file.
Functions | |
int | read_atom_a (FILE *fp, project *this_proj, int s, int a) |
read atom properties from file (a) | |
int | read_atom_b (FILE *fp, project *this_proj, int s, int a) |
read atom properties from file (b) | |
int | read_rings_chains_data (FILE *fp, glwin *view, int type, int rid, int size, int steps) |
read rings and chains statistics data from file | |
int | read_opengl_image (FILE *fp, project *this_proj, image *img, int sid) |
read OpenGL image properties from file | |
Functions to read the OpenGL window data in the atomes project file format.
Definition in file read_opengl.c.
int read_atom_a | ( | FILE * | fp, |
project * | this_proj, | ||
int | s, | ||
int | a ) |
read atom properties from file (a)
fp | the file pointer |
this_proj | the target project |
s | the MD step |
a | the atom number |
Definition at line 55 of file read_opengl.c.
int read_atom_b | ( | FILE * | fp, |
project * | this_proj, | ||
int | s, | ||
int | a ) |
read atom properties from file (b)
fp | the file pointer |
this_proj | the target project |
s | the MD step |
a | the atom number |
Definition at line 77 of file read_opengl.c.
read OpenGL image properties from file
fp | the file pointer |
this_proj | the target project |
img | the latest image to store the data |
sid | the number of chemical species |
Definition at line 282 of file read_opengl.c.
int read_rings_chains_data | ( | FILE * | fp, |
glwin * | view, | ||
int | type, | ||
int | rid, | ||
int | size, | ||
int | steps ) |
read rings and chains statistics data from file
fp | the file pointer |
view | the glwin to store the data |
type | Rings (0) or chains (1) |
rid | the ring id or 0 |
size | the size of the ring or chain |
steps | the number of MD steps |
Definition at line 158 of file read_opengl.c.