|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to create a super-cell using the extra cell(s) More...
Include dependency graph for cell_super.c:Go to the source code of this file.
Functions | |
| void | clean_coord_window (project *this_proj) |
| update the environment configuration window after edtion | |
| GtkWidget * | cell_tab (int i, project *this_proj) |
| create the 'i'th cell tab | |
| gboolean ** | duplicate_geom_info (project *this_proj) |
| duplicate coordinations show status | |
| gboolean ** | duplicate_poly_info (project *this_proj) |
| duplicate polyhedra show status | |
| void | restore_coord_and_poly_info (project *proj, coord_info *ocoord, gboolean **cshow, gboolean **pshow) |
| restore show status after | |
| void | sens_superbut (project *this_proj) |
| adjust 'Create super-cell' button sensitivity | |
| void | super_celling (glwin *view) |
| create super cell | |
| G_MODULE_EXPORT void | super_cell (GtkWidget *widg, gpointer data) |
| create super cell menu callback GTK3 | |
| G_MODULE_EXPORT void | super_cell_but (GtkButton *but, gpointer data) |
| create super cell callback | |
Functions to create a super-cell using the extra cell(s)
Definition in file cell_super.c.
|
extern |
create the 'i'th cell tab
| i | the cell tab id |
| this_proj | the target project |
Definition at line 105 of file cell_edit.c.
|
extern |
update the environment configuration window after edtion
| this_proj | the target project |
Definition at line 87 of file atom_edit.c.
| gboolean ** duplicate_geom_info | ( | project * | this_proj | ) |
duplicate coordinations show status
| this_proj | the target project |
Definition at line 59 of file cell_super.c.
| gboolean ** duplicate_poly_info | ( | project * | this_proj | ) |
duplicate polyhedra show status
| this_proj | the target project |
Definition at line 81 of file cell_super.c.
| void restore_coord_and_poly_info | ( | project * | proj, |
| coord_info * | ocoord, | ||
| gboolean ** | cshow, | ||
| gboolean ** | pshow ) |
restore show status after
| proj | the target project |
| ocoord | the old coordination |
| cshow | the saved coordination show status |
| pshow | the saved polyhedra show status |
Definition at line 106 of file cell_super.c.
| void sens_superbut | ( | project * | this_proj | ) |
adjust 'Create super-cell' button sensitivity
| this_proj | the target project |
Definition at line 175 of file cell_super.c.
| G_MODULE_EXPORT void super_cell | ( | GtkWidget * | widg, |
| gpointer | data ) |
create super cell menu callback GTK3
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 358 of file cell_super.c.
| G_MODULE_EXPORT void super_cell_but | ( | GtkButton * | but, |
| gpointer | data ) |
create super cell callback
| but | the GtkButton sending the signal |
| data | the associated data pointer |
Definition at line 374 of file cell_super.c.
| void super_celling | ( | glwin * | view | ) |