#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Classes | |
| struct | APlane |
| struct | Facet |
Defines | |
| #define | GXSM_ONE_SRC_PLUGIN__DEF |
Functions | |
| static void | SlopeAbs_init (void) |
| static void | SlopeAbs_about (void) |
| static void | SlopeAbs_configure (void) |
| static void | SlopeAbs_cleanup (void) |
| static gboolean | SlopeAbs_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
| void | FacetERegress (Scan *Src, Facet *fac, APlane *ap) |
Variables | |
| GxsmPlugin | SlopeAbs_pi |
| GxsmMathOneSrcPlugin | SlopeAbs_m1s_pi |
| static const char * | about_text |
| int | FacetRadius = 2 |
| int | FacetRadiusDefault = 0 |
|
|
Definition at line 96 of file slopeabs.C. |
|
||||||||||||||||
|
Definition at line 256 of file slopeabs.C. References APlane::ax, APlane::ay, APlane::b, Facet::Cline, Facet::Crow, Facet::Crx, Facet::Cry, Mem2d::GetDataPkt(), and Scan::mem2d. |
|
|
Definition at line 197 of file slopeabs.C. References SlopeAbs_m1s_pi. |
|
|
Definition at line 188 of file slopeabs.C. References GxsmPlugin::description, N_, SlopeAbs_pi, and VERSION. |
|
|
Definition at line 218 of file slopeabs.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, SlopeAbs_pi, and VERSION. |
|
|
Definition at line 242 of file slopeabs.C. |
|
|
Definition at line 231 of file slopeabs.C. References GxsmPlugin::app, FacetRadiusDefault, SlopeAbs_pi, Xsm::Unity, GnomeAppService::ValueRequest(), and App::xsm. |
|
|
Definition at line 212 of file slopeabs.C. |
|
||||||||||||
|
|
Initial value: N_("Gxsm SlopeAbs Plugin\n\n" "SlopeAbs calculates the\n" "absolute local Slope.") Definition at line 179 of file slopeabs.C. |
|
|
Definition at line 183 of file slopeabs.C. |
|
|
Definition at line 184 of file slopeabs.C. Referenced by SlopeAbs_configure(), SlopeAbs_run(), SlopeDir_configure(), and SlopeDir_run(). |
|
|
Initial value: {
SlopeAbs_run
}
Definition at line 173 of file slopeabs.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Definition at line 109 of file slopeabs.C. Referenced by get_gxsm_plugin_info(), SlopeAbs_about(), SlopeAbs_configure(), and SlopeAbs_run(). |
1.4.6