Callbacks for the spherical harmonics calculation dialog.
More...
#include "global.h"
#include "bind.h"
#include "interface.h"
#include "callbacks.h"
#include "project.h"
#include "curve.h"
Go to the source code of this file.
Callbacks for the spherical harmonics 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 spcall.c.
◆ alloc_analysis_curves()
allocating analysis curve data
- Parameters
-
Definition at line 134 of file initc.c.
◆ init_sph()
| void init_sph |
( |
project * | this_proj, |
|
|
int | opening ) |
initialize the curve widgets for the spherical harmonics
- Parameters
-
| this_proj | the target project |
| opening | opening project file 1, otherwise 0 |
Definition at line 59 of file spcall.c.
◆ on_calc_sph_released()
| G_MODULE_EXPORT void on_calc_sph_released |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
compute spherical harmonics
- Parameters
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 192 of file spcall.c.
◆ run_distance_matrix()
| gboolean run_distance_matrix |
( |
GtkWidget * | widg, |
|
|
int | calc, |
|
|
int | up_ngb ) |
|
extern |
compute distance matrix
- Parameters
-
| widg | the GtkWidget sending the signal, if any |
| calc | the calculation that requires the analysis |
| up_ngb | update neighbors information (0 = no, 1 = yes) |
Definition at line 372 of file bdcall.c.
◆ update_spherical_view()
| void update_spherical_view |
( |
project * | this_proj | ) |
|
update the text view for spherical harmonics
- Parameters
-
| this_proj | the target project |
Definition at line 107 of file spcall.c.
◆ update_voisj_and_contj()
| int update_voisj_and_contj |
( |
| ) |
|
|
extern |
update FORTRAN CONTJ and VOISJ for the active project
Definition at line 531 of file bdcall.c.