|
G_MODULE_EXPORT void | set_color_map (GtkWidget *widg, gpointer data) |
| set color map callback
|
|
void | clean_coord_window (project *this_proj) |
| update the environment configuration window after edtion
|
|
G_MODULE_EXPORT void | set_filter_changed (GtkComboBox *box, gpointer data) |
| change the search filter
|
|
int * | save_color_map (glwin *view) |
| save atoms and polyhedra color maps
|
|
void | restore_color_map (glwin *view, int *colm) |
| restore saved color maps
|
|
void | recup_dmin_dmax_ (double *min, double *max) |
| retrieve min and max inter-atomic distances from Fortran
|
|
void | initbd () |
| initialize the curve widgets for the bond distribution
|
|
void | initang () |
| initialize the curve widgets for the angle distribution
|
|
void | initcutoffs (chemical_data *chem, int species) |
| initialize bond cutoffs
|
|
void | cutoffsend () |
| send cutoffs to Fortran90
|
|
void | prep_ogl_bonds () |
| initialize bond pointers
|
|
gboolean | run_distance_matrix (GtkWidget *widg, int calc, int up_ngb) |
| compute distance matrix
|
|
void | update_ang_view (project *this_proj) |
| update angle calculation text buffer
|
|
void | update_glwin_after_bonds (int bonding, int *colm) |
| update glwin menus after bond calculation
|
|
G_MODULE_EXPORT void | on_calc_bonds_released (GtkWidget *widg, gpointer data) |
| compute bonding properties
|
|
void | coordination_info (int sp, double sac, double ssac[active_project -> nspec]) |
|
void | coordout_ (int *sid, double *sac, double ssac[active_project -> nspec], int *totgsa) |
|
void | env_info (int sp, int totgsa, int numgsa[totgsa]) |
| output environment information for target chemical species in text buffer
|
|
void | update_angle_view (project *this_proj) |
| update angle calculation information text buffer
|
|
void | envout_ (int *sid, int *totgsa, int numgsa[*totgsa]) |
| retrieve environment information for target chemical species from Fortran
|
|
void | tetraout_ (int *sid, double eda[active_project -> nspec], double cda[active_project -> nspec], double dda[active_project -> nspec], double tepa[active_project -> nspec], double tcpa[active_project -> nspec], double tdda[active_project -> nspec], double atd[active_project -> nspec], double etd[active_project -> nspec]) |
|
Callbacks for the bond properties calculation dialog.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file bdcall.c.