atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to save OpenGL information in the atomes project file format. More...
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 | 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 54 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 76 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 134 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 98 of file save_opengl.c.