#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 |
|
Definition at line 27 of file Sadie_Plot.c. Referenced by Sadie_Plot_ProfileCmd. |
|
Definition at line 28 of file Sadie_Plot.c. Referenced by Sadie_Plot_ProfileCmd. |
|
Definition at line 285 of file Sadie_Plot.c. References CHECKIMG, CREATE_ROI, max, min, and RANGE. Referenced by Sadie_Plot_Init. |
|
Definition at line 382 of file Sadie_Plot.c. References Sadie_Plot_CreateROICmd, Sadie_Plot_ProfileCmd, and Sadie_Plot_StatisticsCmd. |
|
Definition at line 349 of file Sadie_Plot.c. References max, min, NORM, PLOT, and rnd. Referenced by RINGWIDTHS, and RINGWIDTHS_NOCHECK. |
|
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. |
|
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. |
|
Definition at line 36 of file Sadie_Plot.c. Referenced by Sadie_Plot_ProfileCmd. |
|
Definition at line 31 of file Sadie_Plot.c. |
|
Definition at line 37 of file Sadie_Plot.c. |
|
Definition at line 35 of file Sadie_Plot.c. Referenced by Sadie_Plot_ProfileCmd. |
|
Definition at line 34 of file Sadie_Plot.c. Referenced by Sadie_Plot_ProfileCmd. |