|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Callbacks for the s(q) / s(k) calculation dialog. More...
#include <gtk/gtk.h>#include <string.h>#include <stdlib.h>#include "global.h"#include "bind.h"#include "interface.h"#include "callbacks.h"#include "project.h"#include "curve.h"
Include dependency graph for sqcall.c:Go to the source code of this file.
Functions | |
| void | initsq (int r) |
| initialize the curve widgets for the s(q) / s(k) calculation | |
| void | update_sq_view (project *this_proj, int sqk) |
| update the text view for s(q) / s(k) calculation | |
| G_MODULE_EXPORT void | on_calc_sq_released (GtkWidget *widg, gpointer data) |
| compute s(q) / s(k) | |
| void | save_xsk_ (int *interv, double datacurve[*interv]) |
| get s(k) calculation results form Fortran90 | |
| G_MODULE_EXPORT void | on_calc_sk_released (GtkWidget *widg, gpointer data) |
| compute s(q) / s(k) | |
Callbacks for the s(q) / s(k) calculation dialog.
Definition in file sqcall.c.
| void initsq | ( | int | r | ) |
| G_MODULE_EXPORT void on_calc_sk_released | ( | GtkWidget * | widg, |
| gpointer | data ) |
| G_MODULE_EXPORT void on_calc_sq_released | ( | GtkWidget * | widg, |
| gpointer | data ) |
| void save_xsk_ | ( | int * | interv, |
| double | datacurve[ *interv] ) |