#include <stdio.h>
#include <tcl.h>
#include <tk.h>
#include "sadie.h"
Go to the source code of this file.
Functions | |
int | Sadie_FileIO_Init (Tcl_Interp *interp) |
int | Sadie_General_Init (Tcl_Interp *interp) |
int | Sadie_Plot_Init (Tcl_Interp *interp) |
int | Sadie_NewFunctions_Init (Tcl_Interp *interp) |
int | Sadie_Contrast_Init (Tcl_Interp *interp) |
int | Sadie_Filter_Init (Tcl_Interp *interp) |
int | Sadie_Geometry_Init (Tcl_Interp *interp) |
int | Sadie_Multi_Init (Tcl_Interp *interp) |
int | Sadie_Classify_Init (Tcl_Interp *interp) |
int | Sadie_Tools_Init (Tcl_Interp *interp) |
int | Sadie_Image_Init (Tcl_Interp *interp) |
int | Sadie_Proto_Init (Tcl_Interp *interp) |
void | usage (void) |
int | verifyfile (Tcl_Interp *interp, char *name) |
int | setlibdir_env (Tcl_Interp *interp) |
int | setlibdir_default (Tcl_Interp *interp) |
void | setlibdir (Tcl_Interp *interp) |
int | Tcl_AppInit (Tcl_Interp *interp) |
int | main (int argc, char **argv) |
Variables | |
short | nlev |
short | csize |
double | weight |
double * | count |
PIXEL | gain |
PIXEL | bias |
PIXEL | gmin |
PIXEL | gmax |
PIXEL | thresh |
PIXEL | gbrk [2][4] |
PIXEL * | table |
char * | msg_ptr |
Tcl_Interp * | MainTclInterp |
|
Definition at line 317 of file tclSadie_proto.c. References Tcl_AppInit, and usage. |
|
Definition at line 1081 of file Sadie_Classify.c. Referenced by Tcl_AppInit. |
|
Definition at line 1631 of file Sadie_Contrast.c. Referenced by Tcl_AppInit. |
|
Definition at line 388 of file Sadie_FileIO.c. Referenced by Tcl_AppInit. |
|
Definition at line 2137 of file Sadie_Filter.c. Referenced by Tcl_AppInit. |
|
Definition at line 293 of file Sadie_General.c. Referenced by Tcl_AppInit. |
|
Definition at line 1285 of file Sadie_Geometry.c. Referenced by Tcl_AppInit. |
|
Definition at line 458 of file Sadie_Image.c. Referenced by Tcl_AppInit. |
|
Definition at line 1269 of file Sadie_Multi.c. Referenced by Tcl_AppInit. |
|
Definition at line 870 of file Sadie_NewFunctions.c. Referenced by Tcl_AppInit. |
|
Definition at line 382 of file Sadie_Plot.c. Referenced by Tcl_AppInit. |
|
Definition at line 2669 of file Sadie_Proto.c. Referenced by Tcl_AppInit. |
|
Definition at line 672 of file Sadie_Tools.c. Referenced by Tcl_AppInit. |
|
Definition at line 187 of file tclSadie_proto.c. References setlibdir_default, setlibdir_env, usage, and verifyfile. Referenced by Tcl_AppInit. |
|
Definition at line 162 of file tclSadie_proto.c. Referenced by setlibdir. |
|
Definition at line 129 of file tclSadie_proto.c. Referenced by setlibdir. |
|
Definition at line 220 of file tclSadie_proto.c. References MainTclInterp, msg_ptr, Sadie_Classify_Init, Sadie_Contrast_Init, Sadie_FileIO_Init, Sadie_Filter_Init, Sadie_General_Init, Sadie_Geometry_Init, Sadie_Image_Init, Sadie_Multi_Init, Sadie_NewFunctions_Init, Sadie_Plot_Init, Sadie_Proto_Init, and Sadie_Tools_Init. Referenced by main. |
|
Definition at line 84 of file tclSadie_proto.c. |
|
Definition at line 103 of file tclSadie_proto.c. Referenced by setlibdir. |
|
Definition at line 40 of file tclSadie_proto.c. |
|
Definition at line 38 of file tclSadie_proto.c. |
|
Definition at line 36 of file tclSadie_proto.c. |
|
Definition at line 39 of file tclSadie_proto.c. |
|
Definition at line 44 of file tclSadie_proto.c. |
|
Definition at line 42 of file tclSadie_proto.c. |
|
Definition at line 41 of file tclSadie_proto.c. |
|
Definition at line 55 of file tclSadie_proto.c. Referenced by Tcl_AppInit. |
|
Definition at line 54 of file tclSadie_proto.c. Referenced by Tcl_AppInit. |
|
Definition at line 35 of file tclSadie_proto.c. |
|
Definition at line 45 of file tclSadie_proto.c. |
|
Definition at line 43 of file tclSadie_proto.c. |
|
Definition at line 37 of file tclSadie_proto.c. |