Main Page   Data Structures   File List   Data Fields   Globals  

Sadie_Plot.c File Reference

#include <tcl.h>
#include <tk.h>
#include <stdio.h>
#include <string.h>
#include "sadie.h"

Go to the source code of this file.

Defines

#define FALSE   0
#define TRUE   1

Functions

int Sadie_Plot_ProfileCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[])
int Sadie_Plot_StatisticsCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[])
int Sadie_Plot_CreateROICmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[])
int Sadie_Plot_PlotArrayCmd (PIXEL *array, int arraysize)
int Sadie_Plot_Init (Tcl_Interp *interp)

Variables

char rcsid []
Tcl_Interp * MainTclInterp
int ** x_array_buffer
int point
int count_point
int plotcount = 0


Define Documentation

#define FALSE   0
 

Definition at line 25 of file Sadie_Plot.c.

#define TRUE   1
 

Definition at line 26 of file Sadie_Plot.c.


Function Documentation

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

Definition at line 326 of file Sadie_Plot.c.

References CHECKIMG(), CREATE_ROI(), in, max, min, name, nlev, and RANGE().

Referenced by Sadie_Plot_Init().

int Sadie_Plot_Init Tcl_Interp *  interp  ) 
 

Definition at line 432 of file Sadie_Plot.c.

References Sadie_Plot_CreateROICmd(), Sadie_Plot_ProfileCmd(), and Sadie_Plot_StatisticsCmd().

Referenced by Tcl_AppInit().

int Sadie_Plot_PlotArrayCmd PIXEL array,
int  arraysize
 

Definition at line 401 of file Sadie_Plot.c.

References gmax, gmin, max, min, NORM, PIXEL, PLOT(), and rnd.

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

Definition at line 36 of file Sadie_Plot.c.

References brshnm(), count_point, IMAGE::data, FALSE, LOG, malloc, MESSAGE(), IMAGE::nbnd, NORM, PIXEL, PLOT(), point, SLEN, TRUE, UNIT, and x_array_buffer.

Referenced by Sadie_Plot_Init().

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

Definition at line 187 of file Sadie_Plot.c.

References CHECKIMG(), COVAR(), EXCLUDE, gmax, gmin, IGNORE, in, INCLUDE, malloc, MESSAGE(), IMAGE::nbnd, PIXEL, RANGE(), and STATS().

Referenced by Sadie_Plot_Init().


Variable Documentation

int count_point
 

Definition at line 32 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd().

Tcl_Interp* MainTclInterp
 

Definition at line 28 of file Sadie_Plot.c.

int plotcount = 0
 

Definition at line 33 of file Sadie_Plot.c.

int point
 

Definition at line 31 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd().

char rcsid[] [static]
 

Initial value:

  "$Id: Sadie_Plot.c,v 2.2 1999/03/20 00:34:26 conner Exp $"

Definition at line 22 of file Sadie_Plot.c.

int** x_array_buffer
 

Definition at line 30 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd().


Generated on Sun May 18 15:36:25 2003 for tclSadie by doxygen1.3