#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Defines | |
#define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
static void | koehler_init (void) |
static void | koehler_about (void) |
static void | koehler_configure (void) |
static void | koehler_cleanup (void) |
static gboolean | koehler_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | koehler_pi |
GxsmMathOneSrcPlugin | koehler_m1s_pi |
static const char * | about_text |
|
|
|
Definition at line 201 of file koehler.C. References koehler_m1s_pi. |
|
Definition at line 192 of file koehler.C. References GxsmPlugin::description, koehler_pi, N_, and VERSION. |
|
Definition at line 218 of file koehler.C. References about_text, GxsmPlugin::authors, koehler_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
Definition at line 231 of file koehler.C. References GxsmPlugin::app, koehler_pi, and GnomeAppService::message(). |
|
|
|
Definition at line 244 of file koehler.C. References Mem2d::GetDataPkt(), Mem2d::GetNx(), Mem2d::GetNy(), MATH_SIZEERR, Scan::mem2d, and Mem2d::PutDataPkt(). |
|
Initial value: N_("Gxsm koehler Plugin\n\n" "This is the Koehler filter, it does 1D edge enhancement.") |
|
Initial value: { koehler_run } Definition at line 181 of file koehler.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 117 of file koehler.C. Referenced by get_gxsm_plugin_info(), koehler_about(), and koehler_configure(). |