atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
spcall.c File Reference

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"
+ Include dependency graph for spcall.c:

Go to the source code of this file.

Functions

void alloc_curves (int c)
 allocating curve data
 
gboolean run_distance_matrix (GtkWidget *widg, int calc, int up_ngb)
 compute distance matrix
 
void initsh (int str)
 initialize the curve widgets for the spherical harmonics
 
void update_spherical_view (project *this_proj)
 update the text view for spherical harmonics
 
G_MODULE_EXPORT void on_calc_sph_released (GtkWidget *widg, gpointer data)
 compute spherical harmonics
 

Detailed Description

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.

Function Documentation

◆ alloc_curves()

void alloc_curves ( int rid)
extern

allocating curve data

Parameters
ridanalysis id

Definition at line 74 of file initc.c.

◆ initsh()

void initsh ( int str)

initialize the curve widgets for the spherical harmonics

Parameters
strinitialize 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
widgthe GtkWidget sending the signal
datathe 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
widgthe GtkWidget sending the signal, if any
calcthe calculation that requires the analysis
up_ngbupdate 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_projthe target project

Definition at line 101 of file spcall.c.