|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Callbacks for the MSD 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 "curve.h"#include "project.h"Go to the source code of this file.
Functions | |
| void | init_msd (project *this_proj) |
| initialize the curve widgets for the MSD | |
| void | update_dynamic_view (project *this_proj, GtkTextBuffer *calc_buffer) |
| print molecular dynamics information | |
| void | update_msd_view (project *this_proj) |
| update the project text view for the MSD calculation | |
| G_MODULE_EXPORT void | on_calc_msd_released (GtkWidget *widg, gpointer data) |
| compute MSD | |
Callbacks for the MSD calculation dialog.
Definition in file msdcall.c.
| void init_msd | ( | project * | this_proj | ) |
| G_MODULE_EXPORT void on_calc_msd_released | ( | GtkWidget * | widg, |
| gpointer | data ) |
| void update_dynamic_view | ( | project * | this_proj, |
| GtkTextBuffer * | calc_buffer ) |