#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Functions | |
static void | findlocmax_init (void) |
static void | findlocmax_about (void) |
static void | findlocmax_configure (void) |
static void | findlocmax_cleanup (void) |
static gboolean | findlocmax_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | findlocmax_pi |
GxsmMathOneSrcPlugin | findlocmax_m1s_pi |
static const char * | about_text |
|
Definition at line 139 of file findlocmax.C. References about_text, GxsmPlugin::authors, findlocmax_pi, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 157 of file findlocmax.C. |
|
Definition at line 151 of file findlocmax.C. References GxsmPlugin::app, findlocmax_pi, and GnomeAppService::message(). |
|
Definition at line 134 of file findlocmax.C. |
|
Definition at line 162 of file findlocmax.C. References GxsmPlugin::app, Scan::data, DBG_L2, Scan_Param::dx, Scan_Param::dy, findlocmax_pi, Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, GnomeAppService::message(), Scan_Param::nx, Scan_Param::ny, PI_DEBUG, Mem2d::PutDataPkt(), SCAN_DATA::s, and SHT. |
|
Definition at line 130 of file findlocmax.C. References findlocmax_m1s_pi. |
|
Definition at line 125 of file findlocmax.C. References GxsmPlugin::description, findlocmax_pi, N_, and VERSION. |
|
Initial value: N_("Gxsm Findlocmax Plugin\n\n" "Who has coded this one? -- PZ") Definition at line 122 of file findlocmax.C. |
|
Initial value: { findlocmax_run } Definition at line 118 of file findlocmax.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Initial value: { NULL, NULL, 0, NULL, "Findlocmax-M1S-Misc", "+SARLS", NULL, "Nobody?, PZ", N_("_Math/_Misc/"), N_("Find Loc Max"), N_("Sorry, no help for findlocmax filter!"), "no more info", NULL, NULL, findlocmax_init, NULL, findlocmax_about, findlocmax_configure, NULL, findlocmax_cleanup } Definition at line 95 of file findlocmax.C. Referenced by findlocmax_about(), findlocmax_configure(), findlocmax_run(), and get_gxsm_plugin_info(). |