#include <tcl.h>
#include <tk.h>
#include "sadie.h"
Go to the source code of this file.
Functions | |
int | Sadie_General_CloseCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_InitializeProgCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_FinishProgCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_WidthCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_HeightCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_GminCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_GmaxCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_GetNumBandsCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_GetPixelCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_SetNameCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_General_Init (Tcl_Interp *interp) |
|
Definition at line 24 of file Sadie_General.c. Referenced by Sadie_General_Init. |
|
Definition at line 54 of file Sadie_General.c. References FINI. Referenced by Sadie_General_Init. |
|
Definition at line 184 of file Sadie_General.c. References IMAGE::nbnd, and SLEN. Referenced by Sadie_General_Init. |
|
Definition at line 211 of file Sadie_General.c. References CHECKIMG, IMAGE::data, IMAGE::nbnd, and SLEN. Referenced by Sadie_General_Init. |
|
Definition at line 153 of file Sadie_General.c. References CHECKIMG, IMAGE::gmax, RANGE, and SLEN. Referenced by Sadie_General_Init. |
|
Definition at line 122 of file Sadie_General.c. References CHECKIMG, IMAGE::gmin, RANGE, and SLEN. Referenced by Sadie_General_Init. |
|
Definition at line 92 of file Sadie_General.c. References CHECKIMG, IMAGE::nlin, and SLEN. Referenced by Sadie_General_Init. |
|
|
Definition at line 46 of file Sadie_General.c. References INIT. Referenced by Sadie_General_Init. |
|
Definition at line 260 of file Sadie_General.c. References CHECKIMG, SLEN, and IMAGE::text. Referenced by Sadie_General_Init. |
|
Definition at line 63 of file Sadie_General.c. References CHECKIMG, IMAGE::npix, and SLEN. Referenced by Sadie_General_Init. |