|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to read the OpenGL window data in the atomes project file format. More...
#include "global.h"#include "project.h"#include "glview.h"#include "initcoord.h"#include "preferences.h"
Include dependency graph for read_opengl.c: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_this_image_label (FILE *fp, screen_label *label) |
| int | read_this_box (FILE *fp, box *abc) |
| read OpenGL image box properties to file | |
| int | read_this_axis (FILE *fp, axis *xyz) |
| read OpenGL image axis properties to file | |
| int | read_opengl_image (FILE *fp, project *this_proj, image *img, int sid) |
| read OpenGL image properties from file | |
Variables | |
| gboolean | old_la_bo_ax_gr |
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 61 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 83 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 374 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 164 of file read_opengl.c.
| int read_this_axis | ( | FILE * | fp, |
| axis * | xyz ) |
read OpenGL image axis properties to file
| fp | the file pointer |
| axis | the target axis data |
Definition at line 334 of file read_opengl.c.
| int read_this_box | ( | FILE * | fp, |
| box * | abc ) |
read OpenGL image box properties to file
| fp | the file pointer |
| box | the target box data |
Definition at line 316 of file read_opengl.c.
| int read_this_image_label | ( | FILE * | fp, |
| screen_label * | label ) |
Definition at line 286 of file read_opengl.c.