#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 | log_z_init (void) |
| static void | log_z_about (void) |
| static void | log_z_configure (void) |
| static void | log_z_cleanup (void) |
| static gboolean | log_z_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | log_z_pi |
| GxsmMathOneSrcPlugin | log_z_m1s_pi |
| static const char * | about_text |
|
|
|
|
|
Definition at line 183 of file log_z.C. References log_z_m1s_pi. |
|
|
Definition at line 174 of file log_z.C. References GxsmPlugin::description, log_z_pi, N_, and VERSION. |
|
|
Definition at line 200 of file log_z.C. References about_text, GxsmPlugin::authors, log_z_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
|
|
Definition at line 213 of file log_z.C. References GxsmPlugin::app, log_z_pi, and GnomeAppService::message(). |
|
|
|
|
||||||||||||
|
Definition at line 226 of file log_z.C. References Scan::data, FALSE, Mem2d::GetDataPkt(), Mem2d::HiLo(), MATH_OK, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, Mem2d::PutDataPkt(), Mem2d::Resize(), SCAN_DATA::s, and ZD_FLOAT. |
|
|
Initial value: N_("Gxsm log_z Plugin\n\n" "apply log Z, data is shifted to be >1 before.") |
|
|
Initial value: {
log_z_run
}
Definition at line 163 of file log_z.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Definition at line 99 of file log_z.C. Referenced by get_gxsm_plugin_info(), log_z_about(), and log_z_configure(). |
1.4.6