#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Classes | |
class | MemDeriveXKrn |
Defines | |
#define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
static void | stat_diff_init (void) |
static void | stat_diff_about (void) |
static void | stat_diff_configure (void) |
static void | stat_diff_cleanup (void) |
static gboolean | stat_diff_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | stat_diff_pi |
GxsmMathOneSrcPlugin | stat_diff_m1s_pi |
static const char * | about_text |
|
Definition at line 86 of file stat_diff.C. |
|
Definition at line 183 of file stat_diff.C. References stat_diff_m1s_pi. |
|
Definition at line 174 of file stat_diff.C. References GxsmPlugin::description, N_, stat_diff_pi, and VERSION. |
|
Definition at line 200 of file stat_diff.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, stat_diff_pi, and VERSION. |
|
Definition at line 220 of file stat_diff.C. |
|
Definition at line 213 of file stat_diff.C. References GxsmPlugin::app, GnomeAppService::message(), and stat_diff_pi. |
|
Definition at line 194 of file stat_diff.C. |
|
Definition at line 258 of file stat_diff.C. References MemDigiFilter::Convolve(), gapp, Mem2d::GetNx(), MATH_OK, Scan::mem2d, Xsm::Unity, GnomeAppService::ValueRequest(), and App::xsm. |
|
Initial value: N_("Gxsm stat_diff Plugin\n\n" "Stationary Differentiation") Definition at line 169 of file stat_diff.C. |
|
Initial value: { stat_diff_run } Definition at line 163 of file stat_diff.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 99 of file stat_diff.C. Referenced by get_gxsm_plugin_info(), stat_diff_about(), and stat_diff_configure(). |