#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Functions | |
| static void | shear_x_init (void) |
| static void | shear_x_about (void) |
| static void | shear_x_configure (void) |
| static void | shear_x_cleanup (void) |
| static gboolean | shear_x_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | shear_x_pi |
| GxsmMathOneSrcPlugin | shear_x_m1s_pi |
| static const char * | about_text |
|
|
Definition at line 106 of file shear_x.C. References shear_x_m1s_pi. |
|
|
Definition at line 101 of file shear_x.C. References GxsmPlugin::description, N_, shear_x_pi, and VERSION. |
|
|
Definition at line 115 of file shear_x.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, shear_x_pi, and VERSION. |
|
|
|
|
|
Definition at line 127 of file shear_x.C. References GxsmPlugin::app, GnomeAppService::message(), and shear_x_pi. |
|
|
|
|
||||||||||||
|
Definition at line 138 of file shear_x.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::MkXLookup(), Scan_Param::nx, Scan_Param::ny, PI_DEBUG, Mem2d::Resize(), Scan_Param::rx, Scan_Param::ry, SCAN_DATA::s, shear_x_pi, GnomeAppService::ValueRequest(), Scan_Param::x0, and App::xsm. |
|
|
Initial value: N_("Gxsm Shear_X Plugin\n\n" "shear scan along X.") |
|
|
Initial value: {
shear_x_run
}
Definition at line 94 of file shear_x.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"Shear_X-M1S-TR",
NULL,
NULL,
"Percy Zahl",
N_("_Math/_Transformations/"),
N_("Shear X"),
N_("Sorry, no help for shear_x filter!"),
"no more info",
NULL,
NULL,
shear_x_init,
NULL,
shear_x_about,
shear_x_configure,
NULL,
shear_x_cleanup
}
Definition at line 71 of file shear_x.C. Referenced by get_gxsm_plugin_info(), shear_x_about(), shear_x_configure(), and shear_x_run(). |
1.4.6