atomes 1.1.17
atomes: an atomic scale modeling tool box
|
Callbacks for the bond properties calculation dialog. More...
#include "global.h"
#include "bind.h"
#include "interface.h"
#include "callbacks.h"
#include "project.h"
#include "curve.h"
#include "dlp_field.h"
#include "glview.h"
#include "initcoord.h"
Go to the source code of this file.
Functions | |
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]) |
Variables | |
double | bdtc |
Callbacks for the bond properties calculation dialog.
Definition in file bdcall.c.
|
extern |
update the environment configuration window after edtion
this_proj | the target project |
Definition at line 87 of file atom_edit.c.
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] ) |
void envout_ | ( | int * | sid, |
int * | totgsa, | ||
int | numgsa[ *totgsa] ) |
void initang | ( | ) |
void initbd | ( | ) |
void initcutoffs | ( | chemical_data * | chem, |
int | species ) |
G_MODULE_EXPORT void on_calc_bonds_released | ( | GtkWidget * | widg, |
gpointer | data ) |
void recup_dmin_dmax_ | ( | double * | min, |
double * | max ) |
void restore_color_map | ( | glwin * | view, |
int * | colm ) |
gboolean run_distance_matrix | ( | GtkWidget * | widg, |
int | calc, | ||
int | up_ngb ) |
int * save_color_map | ( | glwin * | view | ) |
|
extern |
|
extern |
change the search filter
box | the GtkComboBox sending the signal |
data | the associated data pointer |
Definition at line 3869 of file w_search.c.
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] ) |
void update_ang_view | ( | project * | this_proj | ) |
void update_angle_view | ( | project * | this_proj | ) |
void update_glwin_after_bonds | ( | int | bonding, |
int * | colm ) |