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_curves()
void alloc_curves |
( |
int | rid | ) |
|
|
extern |
allocating curve data
- Parameters
-
Definition at line 74 of file initc.c.
◆ initsh()
initialize the curve widgets for the spherical harmonics
- Parameters
-
str | initialize or not (1/0) |
Definition at line 57 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 188 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 310 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 101 of file spcall.c.