#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"#include "../../common/pyremote.h"Go to the source code of this file.
Classes | |
| class | Mem1DDiffKrn |
Defines | |
| #define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
| static void | diff_init (void) |
| static void | diff_about (void) |
| static void | diff_configure (void) |
| static void | diff_cleanup (void) |
| static void | diff_non_interactive (GtkWidget *widget, gpointer pc) |
| static gboolean | diff_run (Scan *Src, Scan *Dest) |
| static gboolean | diff_run_radius (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | diff_pi |
| GxsmMathOneSrcPlugin | diff_m1s_pi |
| static const char * | about_text |
|
|
|
|
|
Definition at line 225 of file diff.C. References about_text, GxsmPlugin::authors, diff_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
|
|
Definition at line 238 of file diff.C. References GxsmPlugin::app, diff_pi, and GnomeAppService::message(). |
|
|
Definition at line 200 of file diff.C. References DBG_L2, diff_non_interactive(), gapp, PI_DEBUG, and App::RemoteActionList. |
|
||||||||||||
|
Definition at line 217 of file diff.C. References DBG_L2, diff_run_radius(), gapp, Surface::MathOperation(), PI_DEBUG, and App::xsm. Referenced by diff_init(). |
|
||||||||||||
|
Definition at line 271 of file diff.C. References MemDigiFilter::Convolve(), gapp, Mem2d::GetNx(), MATH_OK, Scan::mem2d, Xsm::Unity, GnomeAppService::ValueRequest(), and App::xsm. |
|
||||||||||||
|
Definition at line 285 of file diff.C. References MemDigiFilter::Convolve(), MATH_OK, and Scan::mem2d. Referenced by diff_non_interactive(). |
|
|
Definition at line 189 of file diff.C. References diff_m1s_pi. |
|
|
Definition at line 180 of file diff.C. References GxsmPlugin::description, diff_pi, N_, and VERSION. |
|
|
Initial value: N_("Gxsm diff Plugin\n\n" "1D Differentation") |
|
|
Initial value: {
diff_run
}
Definition at line 169 of file diff.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Definition at line 105 of file diff.C. Referenced by diff_about(), diff_configure(), and get_gxsm_plugin_info(). |
1.4.6