Main Page   Data Structures   File List   Data Fields   Globals  

Sadie_General.c File Reference

#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)


Function Documentation

int Sadie_General_CloseCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 24 of file Sadie_General.c.

References RELIMG, and SLEN.

Referenced by Sadie_General_Init.

int Sadie_General_FinishProgCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 54 of file Sadie_General.c.

References FINI.

Referenced by Sadie_General_Init.

int Sadie_General_GetNumBandsCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 184 of file Sadie_General.c.

References IMAGE::nbnd, and SLEN.

Referenced by Sadie_General_Init.

int Sadie_General_GetPixelCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 211 of file Sadie_General.c.

References CHECKIMG, IMAGE::data, IMAGE::nbnd, and SLEN.

Referenced by Sadie_General_Init.

int Sadie_General_GmaxCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 153 of file Sadie_General.c.

References CHECKIMG, IMAGE::gmax, RANGE, and SLEN.

Referenced by Sadie_General_Init.

int Sadie_General_GminCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 122 of file Sadie_General.c.

References CHECKIMG, IMAGE::gmin, RANGE, and SLEN.

Referenced by Sadie_General_Init.

int Sadie_General_HeightCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 92 of file Sadie_General.c.

References CHECKIMG, IMAGE::nlin, and SLEN.

Referenced by Sadie_General_Init.

int Sadie_General_Init Tcl_Interp *    interp
 

Definition at line 293 of file Sadie_General.c.

References Sadie_General_CloseCmd, Sadie_General_FinishProgCmd, Sadie_General_GetNumBandsCmd, Sadie_General_GetPixelCmd, Sadie_General_GmaxCmd, Sadie_General_GminCmd, Sadie_General_HeightCmd, Sadie_General_InitializeProgCmd, Sadie_General_SetNameCmd, and Sadie_General_WidthCmd.

int Sadie_General_InitializeProgCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 46 of file Sadie_General.c.

References INIT.

Referenced by Sadie_General_Init.

int Sadie_General_SetNameCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 260 of file Sadie_General.c.

References CHECKIMG, SLEN, and IMAGE::text.

Referenced by Sadie_General_Init.

int Sadie_General_WidthCmd ClientData    client_data,
Tcl_Interp *    interp,
int    argc,
char *    argv[]
 

Definition at line 63 of file Sadie_General.c.

References CHECKIMG, IMAGE::npix, and SLEN.

Referenced by Sadie_General_Init.


Generated on Wed Apr 9 08:56:21 2003 for TREES by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002