#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fortrancall.h"
Go to the source code of this file.
|
| int | findzero (int wn, float ymax, float ymin) |
| |
| void | drawln (int wn) |
| |
| struct xarry * | xnew (struct xarry *list) |
| |
| void | xdump (struct xarry *list) |
| |
| float | findmin (float *ary, int indx) |
| |
| float | findmax (float *ary, int indx) |
| |
| void | differnce (XPoint *xy1, XPoint *xy2, int indx, XPoint *ydif, int yzer) |
| |
| void | pixary (float *y, float min, float step, int n, XPoint *xy, float ymax, float ymin, int wn) |
| |
| void | calcul (int wn) |
| |
| void | calcpt (int xpt, int ypt, float *xpt1, float *ypt1, int wn) |
| |
| void | setxpts (XPoint *xypts, int xpt, int ypt) |
| |
| void | getstr (char *pltstr, float xpt, float ypt) |
| |
| void | doevnt (int wn) |
| |
| void FORTRAN() | getwndws (int *n, word *title) |
| |
| void | putary (double *y1, double *y2, int wn) |
| |
| void FORTRAN() | fstplt (double *y1, double *y2, double *xmin1, double *xstep1, int *indx1, int *wnum) |
| |
| void FORTRAN() | wpoll () |
| |
| void FORTRAN() | shtwndws () |
| |
| void calcpt |
( |
int |
xpt, |
|
|
int |
ypt, |
|
|
float * |
xpt1, |
|
|
float * |
ypt1, |
|
|
int |
wn |
|
) |
| |
| void differnce |
( |
XPoint * |
xy1, |
|
|
XPoint * |
xy2, |
|
|
int |
indx, |
|
|
XPoint * |
ydif, |
|
|
int |
yzer |
|
) |
| |
| float findmax |
( |
float * |
ary, |
|
|
int |
indx |
|
) |
| |
| float findmin |
( |
float * |
ary, |
|
|
int |
indx |
|
) |
| |
| int findzero |
( |
int |
wn, |
|
|
float |
ymax, |
|
|
float |
ymin |
|
) |
| |
| void FORTRAN() fstplt |
( |
double * |
y1, |
|
|
double * |
y2, |
|
|
double * |
xmin1, |
|
|
double * |
xstep1, |
|
|
int * |
indx1, |
|
|
int * |
wnum |
|
) |
| |
| void getstr |
( |
char * |
pltstr, |
|
|
float |
xpt, |
|
|
float |
ypt |
|
) |
| |
| void pixary |
( |
float * |
y, |
|
|
float |
min, |
|
|
float |
step, |
|
|
int |
n, |
|
|
XPoint * |
xy, |
|
|
float |
ymax, |
|
|
float |
ymin, |
|
|
int |
wn |
|
) |
| |
| void putary |
( |
double * |
y1, |
|
|
double * |
y2, |
|
|
int |
wn |
|
) |
| |
| void setxpts |
( |
XPoint * |
xypts, |
|
|
int |
xpt, |
|
|
int |
ypt |
|
) |
| |
| void xdump |
( |
struct xarry * |
list | ) |
|