#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 | bggamma_init (void) |
static void | bggamma_about (void) |
static void | bggamma_configure (void) |
static void | bggamma_cleanup (void) |
static gboolean | bggamma_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
double | GammaFkt (double val, double range) |
Variables | |
GxsmPlugin | bggamma_pi |
GxsmMathOneSrcPlugin | bggamma_m1s_pi |
static const char * | about_text |
double | GammaDefault = 1. |
double | GammaLast = 1. |
double | gammaval = 1. |
|
|
|
Definition at line 206 of file bggamma.C. References about_text, GxsmPlugin::authors, bggamma_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
|
Definition at line 219 of file bggamma.C. References GxsmPlugin::app, bggamma_pi, and GnomeAppService::message(). |
|
|
|
Definition at line 240 of file bggamma.C. References GxsmPlugin::app, bggamma_pi, Scan::data, FALSE, GammaDefault, GammaFkt(), GammaLast, gammaval, Mem2d::GetDataPkt(), Mem2d::HiLo(), MATH_OK, Scan::mem2d, Scan_Param::nx, Scan_Param::ny, Mem2d::PutDataPkt(), SCAN_DATA::s, Xsm::Unity, GnomeAppService::ValueRequest(), and App::xsm. |
|
Definition at line 231 of file bggamma.C. References gammaval. Referenced by bggamma_run(). |
|
Definition at line 189 of file bggamma.C. References bggamma_m1s_pi. |
|
Definition at line 180 of file bggamma.C. References bggamma_pi, GxsmPlugin::description, N_, and VERSION. |
|
Initial value: N_("Gxsm bggamma Plugin\n\n" "This Plugin does a gamma scaling of the Data:\n" "range/pow(range,gamma)*pow(dataval-datamin,gamma);" ) |
|
Initial value: { bggamma_run } Definition at line 163 of file bggamma.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 99 of file bggamma.C. Referenced by bggamma_about(), bggamma_configure(), bggamma_run(), and get_gxsm_plugin_info(). |
|
Definition at line 174 of file bggamma.C. Referenced by bggamma_run(). |
|
Definition at line 175 of file bggamma.C. Referenced by bggamma_run(). |
|
Definition at line 176 of file bggamma.C. Referenced by bggamma_run(), and GammaFkt(). |