#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 | to_complex_init (void) | 
| static void | to_complex_about (void) | 
| static void | to_complex_configure (void) | 
| static void | to_complex_cleanup (void) | 
| static gboolean | to_complex_run (Scan *Src, Scan *Dest) | 
| GxsmPlugin * | get_gxsm_plugin_info (void) | 
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) | 
Variables | |
| GxsmPlugin | to_complex_pi | 
| GxsmMathOneSrcPlugin | to_complex_m1s_pi | 
| static const char * | about_text | 
      
  | 
  
| 
 
 Definition at line 85 of file to_complex.C.  | 
  
      
  | 
  
| 
 
 Definition at line 182 of file to_complex.C. References to_complex_m1s_pi.  | 
  
      
  | 
  
| 
 
 Definition at line 173 of file to_complex.C. References GxsmPlugin::description, N_, to_complex_pi, and VERSION.  | 
  
      
  | 
  
| 
 
 Definition at line 199 of file to_complex.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, to_complex_pi, and VERSION.  | 
  
      
  | 
  
| 
 
 Definition at line 219 of file to_complex.C.  | 
  
      
  | 
  
| 
 
 Definition at line 212 of file to_complex.C. References GxsmPlugin::app, GnomeAppService::message(), and to_complex_pi.  | 
  
      
  | 
  
| 
 
 Definition at line 193 of file to_complex.C.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 225 of file to_complex.C. References Mem2d::ConvertFrom(), Mem2d::data, Scan::data, Mem2d::GetNx(), Mem2d::GetNy(), MATH_OK, Scan::mem2d, Scan_Param::ntimes, Scan_Param::nvalues, Scan_Param::nx, Scan_Param::ny, Mem2d::Resize(), SCAN_DATA::s, ZData::SetVLookup(), and ZD_COMPLEX.  | 
  
      
  | 
  
| 
 Initial value: N_("Gxsm to_complex Plugin\n\n" "Convert to complex") Definition at line 168 of file to_complex.C.  | 
  
      
  | 
  
| 
 Initial value:  {
   
   to_complex_run
 }
Definition at line 162 of file to_complex.C. Referenced by get_gxsm_math_one_src_plugin_info().  | 
  
      
  | 
  
| 
 
 Definition at line 98 of file to_complex.C. Referenced by get_gxsm_plugin_info(), to_complex_about(), and to_complex_configure().  | 
  
 1.4.6