|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to save OpenGL information in the atomes project file format. More...
Include dependency graph for save_opengl.c:Go to the source code of this file.
Functions | |
| int | save_atom_a (FILE *fp, project *this_proj, int s, int a) |
| save atom data to file (a) | |
| int | save_atom_b (FILE *fp, project *this_proj, int s, int a) |
| save atom data to file (b) | |
| int | save_rings_chains_data (FILE *fp, int type, int size, int steps, int data_max, int **num_data, gboolean ***show, int ****all_data) |
| saving rings and chains statistics data to file | |
| int | write_this_image_label (FILE *fp, screen_label label) |
| save image label to file | |
| int | write_this_box (FILE *fp, box *abc) |
| save OpenGL image box properties to file | |
| int | write_this_axis (FILE *fp, axis *xyz) |
| save OpenGL image axis properties to file | |
| int | save_opengl_image (FILE *fp, project *this_proj, image *img, int sid) |
| save OpenGL image properties to file | |
Functions to save OpenGL information in the atomes project file format.
Definition in file save_opengl.c.
| int save_atom_a | ( | FILE * | fp, |
| project * | this_proj, | ||
| int | s, | ||
| int | a ) |
save atom data to file (a)
| fp | the file pointer |
| this_proj | the target project |
| s | the MD step |
| a | the atom number |
Definition at line 57 of file save_opengl.c.
| int save_atom_b | ( | FILE * | fp, |
| project * | this_proj, | ||
| int | s, | ||
| int | a ) |
save atom data to file (b)
| fp | the file pointer |
| this_proj | the target project |
| s | the MD step |
| a | the atom number |
Definition at line 79 of file save_opengl.c.
save OpenGL image properties to file
| fp | the file pointer |
| this_proj | the target project |
| img | the image that contains the data |
| sid | the number of chemical species |
Definition at line 222 of file save_opengl.c.
| int save_rings_chains_data | ( | FILE * | fp, |
| int | type, | ||
| int | size, | ||
| int | steps, | ||
| int | data_max, | ||
| int ** | num_data, | ||
| gboolean *** | show, | ||
| int **** | all_data ) |
saving rings and chains statistics data to file
| fp | the file pointer |
| type | Rings (0) or chains (1) |
| size | the number of data to save |
| steps | the MD step |
| data_max | the maximum size of |
| num_data | Id of the objects to save |
| show | Display information pointer |
| all_data | Atoms id of the objects to save |
Definition at line 101 of file save_opengl.c.
| int write_this_axis | ( | FILE * | fp, |
| axis * | xyz ) |
save OpenGL image axis properties to file
| fp | the file pointer |
| axis | the target axis data |
Definition at line 177 of file save_opengl.c.
| int write_this_box | ( | FILE * | fp, |
| box * | abc ) |
save OpenGL image box properties to file
| fp | the file pointer |
| box | the target box data |
Definition at line 159 of file save_opengl.c.
| int write_this_image_label | ( | FILE * | fp, |
| screen_label | label ) |
save image label to file
| fp | the file pointer |
| label | the target label |
Definition at line 135 of file save_opengl.c.