#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Functions | |
static void | shear_y_init (void) |
static void | shear_y_about (void) |
static void | shear_y_configure (void) |
static void | shear_y_cleanup (void) |
static gboolean | shear_y_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | shear_y_pi |
GxsmMathOneSrcPlugin | shear_y_m1s_pi |
static const char * | about_text |
|
Definition at line 106 of file shear_y.C. References shear_y_m1s_pi. |
|
Definition at line 101 of file shear_y.C. References GxsmPlugin::description, N_, shear_y_pi, and VERSION. |
|
Definition at line 115 of file shear_y.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, shear_y_pi, and VERSION. |
|
|
|
Definition at line 127 of file shear_y.C. References GxsmPlugin::app, GnomeAppService::message(), and shear_y_pi. |
|
|
|
Definition at line 138 of file shear_y.C. References GxsmPlugin::app, Xsm::ArcUnit, Mem2d::CopyFrom(), Mem2d::data, Scan::data, DBG_L2, Scan_Param::dx, Scan_Param::dy, Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, ZData::MkYLookup(), Scan_Param::nx, Scan_Param::ny, PI_DEBUG, Mem2d::Resize(), Scan_Param::rx, Scan_Param::ry, SCAN_DATA::s, shear_y_pi, GnomeAppService::ValueRequest(), App::xsm, and Scan_Param::y0. |
|
Initial value: N_("Gxsm Shear_Y Plugin\n\n" "shear along Y axis.") |
|
Initial value: { shear_y_run } Definition at line 94 of file shear_y.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Initial value: { NULL, NULL, 0, NULL, "Shear_Y-M1S-TR", NULL, NULL, "Percy Zahl", N_("_Math/_Transformations/"), N_("Shear Y"), N_("Sorry, no help for shear_y filter!"), "no more info", NULL, NULL, shear_y_init, NULL, shear_y_about, shear_y_configure, NULL, shear_y_cleanup } Definition at line 71 of file shear_y.C. Referenced by get_gxsm_plugin_info(), shear_y_about(), shear_y_configure(), and shear_y_run(). |