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

Tcl_Interp * MainTclInterp
int ** x_array_buffer
int point
int count_point
int plotcount = 0


Define Documentation

#define FALSE   0
 

Definition at line 27 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd.

#define TRUE   1
 

Definition at line 28 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd.


Function Documentation

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

Definition at line 285 of file Sadie_Plot.c.

References CHECKIMG, CREATE_ROI, max, min, and RANGE.

Referenced by Sadie_Plot_Init.

int Sadie_Plot_Init Tcl_Interp *    interp
 

Definition at line 382 of file Sadie_Plot.c.

References Sadie_Plot_CreateROICmd, Sadie_Plot_ProfileCmd, and Sadie_Plot_StatisticsCmd.

int Sadie_Plot_PlotArrayCmd PIXEL   array,
int    arraysize
 

Definition at line 349 of file Sadie_Plot.c.

References max, min, NORM, PLOT, and rnd.

Referenced by RINGWIDTHS, and RINGWIDTHS_NOCHECK.

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

Definition at line 40 of file Sadie_Plot.c.

References brshnm, count_point, IMAGE::data, FALSE, LOG, malloc, MESSAGE, IMAGE::nbnd, NORM, 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 175 of file Sadie_Plot.c.

References CHECKIMG, COVAR, EXCLUDE, IGNORE, INCLUDE, malloc, MESSAGE, IMAGE::nbnd, RANGE, and STATS.

Referenced by Sadie_Plot_Init.


Variable Documentation

int count_point
 

Definition at line 36 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd.

Tcl_Interp* MainTclInterp
 

Definition at line 31 of file Sadie_Plot.c.

int plotcount = 0
 

Definition at line 37 of file Sadie_Plot.c.

int point
 

Definition at line 35 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd.

int** x_array_buffer
 

Definition at line 34 of file Sadie_Plot.c.

Referenced by Sadie_Plot_ProfileCmd.


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