#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 | SlopeDir_init (void) | 
| static void | SlopeDir_about (void) | 
| static void | SlopeDir_configure (void) | 
| static void | SlopeDir_cleanup (void) | 
| static gboolean | SlopeDir_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) | 
| double | Phi (double dx, double dy) | 
| Variables | |
| GxsmPlugin | SlopeDir_pi | 
| GxsmMathOneSrcPlugin | SlopeDir_m1s_pi | 
| static const char * | about_text | 
| int | FacetRadius = 2 | 
| int | FacetRadiusDefault = 0 | 
| 
 | 
| 
 Definition at line 97 of file slopedir.C. | 
| 
 | ||||||||||||||||
| 
 Definition at line 257 of file slopedir.C. References APlane::ax, APlane::ay, APlane::b, Facet::Cline, Facet::Crow, Facet::Crx, Facet::Cry, Mem2d::GetDataPkt(), and Scan::mem2d. | 
| 
 | 
| 
 Definition at line 198 of file slopedir.C. References SlopeDir_m1s_pi. | 
| 
 | 
| 
 Definition at line 189 of file slopedir.C. References GxsmPlugin::description, N_, SlopeDir_pi, and VERSION. | 
| 
 | ||||||||||||
| 
 Definition at line 308 of file slopedir.C. References atan(). | 
| 
 | 
| 
 Definition at line 219 of file slopedir.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, SlopeDir_pi, and VERSION. | 
| 
 | 
| 
 Definition at line 243 of file slopedir.C. | 
| 
 | 
| 
 Definition at line 232 of file slopedir.C. References GxsmPlugin::app, FacetRadiusDefault, SlopeDir_pi, Xsm::Unity, GnomeAppService::ValueRequest(), and App::xsm. | 
| 
 | 
| 
 Definition at line 213 of file slopedir.C. | 
| 
 | ||||||||||||
| 
 | 
| Initial value: N_("Gxsm SlopeDir Plugin\n\n" "SlopeDir calculates the\n" "local Direction of Slope.") Definition at line 180 of file slopedir.C. | 
| 
 | 
| 
 Definition at line 184 of file slopedir.C. | 
| 
 | 
| 
 Definition at line 185 of file slopedir.C. | 
| 
 | 
| Initial value:  {
   
   SlopeDir_run
 }
Definition at line 174 of file slopedir.C. Referenced by get_gxsm_math_one_src_plugin_info(). | 
| 
 | 
| 
 Definition at line 110 of file slopedir.C. Referenced by get_gxsm_plugin_info(), SlopeDir_about(), SlopeDir_configure(), and SlopeDir_run(). | 
 1.4.6
 1.4.6