#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 | MemSmoothKrn |
Defines | |
| #define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
| static void | smooth_init (void) |
| static void | smooth_about (void) |
| static void | smooth_configure (void) |
| static void | smooth_cleanup (void) |
| static gboolean | smooth_run_radius (Scan *Src, Scan *Dest) |
| static void | smooth_non_interactive (GtkWidget *widget, gpointer pc) |
| static gboolean | smooth_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | smooth_pi |
| GxsmMathOneSrcPlugin | smooth_m1s_pi |
| static const char * | about_text |
|
|
|
|
|
Definition at line 189 of file smooth.C. References smooth_m1s_pi. |
|
|
Definition at line 180 of file smooth.C. References GxsmPlugin::description, N_, smooth_pi, and VERSION. |
|
|
Definition at line 232 of file smooth.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, smooth_pi, and VERSION. |
|
|
|
|
|
Definition at line 245 of file smooth.C. References GxsmPlugin::app, GnomeAppService::message(), and smooth_pi. |
|
|
Definition at line 200 of file smooth.C. References DBG_L2, gapp, PI_DEBUG, App::RemoteActionList, and smooth_non_interactive(). |
|
||||||||||||
|
Definition at line 218 of file smooth.C. References DBG_L2, gapp, Surface::MathOperation(), PI_DEBUG, smooth_run_radius(), and App::xsm. Referenced by smooth_init(). |
|
||||||||||||
|
Definition at line 276 of file smooth.C. References MemDigiFilter::Convolve(), gapp, Mem2d::GetNx(), MATH_OK, Scan::mem2d, Xsm::Unity, GnomeAppService::ValueRequest(), and App::xsm. |
|
||||||||||||
|
Definition at line 289 of file smooth.C. References MemDigiFilter::Convolve(), MATH_OK, and Scan::mem2d. Referenced by smooth_non_interactive(). |
|
|
Initial value: N_("Gxsm smooth Plugin\n\n" "Gaus smooth using a 2D convolution.") |
|
|
Initial value: {
smooth_run
}
Definition at line 169 of file smooth.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Definition at line 105 of file smooth.C. Referenced by get_gxsm_plugin_info(), smooth_about(), and smooth_configure(). |
1.4.6