Doxygen Source Code Documentation
perim.c File Reference
#include "f2c.h"
Go to the source code of this file.
Defines | |
#define | zzzplt_1 zzzplt_ |
#define | zzpltr_1 zzpltr_ |
Functions | |
int | perim_ (integer *mbx, integer *mlx, integer *mby, integer *mly) |
Variables | |
struct { | |
real xpgmin | |
real ypgmin | |
real xpgmax | |
real ypgmax | |
real xclbot | |
real yclbot | |
real xcltop | |
real ycltop | |
real xbot | |
real ybot | |
real xtop | |
real ytop | |
real xmin | |
real ymin | |
real xmax | |
real ymax | |
integer ixcoor | |
integer iycoor | |
real alphxx | |
real betaxx | |
real alphyy | |
real betayy | |
real tmajx | |
real tminx | |
real tmajy | |
real tminy | |
integer majrx | |
integer minrx | |
integer majry | |
integer minry | |
integer isizx | |
integer isizy | |
real xphold | |
real yphold | |
} | zzzplt_ |
struct { | |
real xphmax | |
real yphmax | |
integer ixpmax | |
integer iypmax | |
real xpscal | |
real ypscal | |
integer iflip | |
integer nplotr | |
char cfile [64] | |
} | zzpltr_ |
integer | c__0 = 0 |
Define Documentation
|
|
|
Definition at line 19 of file perim.c. Referenced by perim_(). |
Function Documentation
|
Definition at line 38 of file perim.c. References c__0, zzperi_(), and zzzplt_1. Referenced by plotpak_perim().
00040 { 00041 extern /* Subroutine */ int zzperi_(integer *); 00042 00043 00044 /* Perimeter along the SET lines -- draw 4 axes -- no labels. */ 00045 /* ....................................................................... 00046 */ 00047 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00048 */ 00049 00050 /* Internal Data for PLOTPAK */ 00051 00052 zzzplt_1.majrx = *mbx; 00053 zzzplt_1.minrx = *mlx; 00054 zzzplt_1.majry = *mby; 00055 zzzplt_1.minry = *mly; 00056 00057 /* Call perimeter routine with no labels. */ 00058 00059 zzperi_(&c__0); 00060 return 0; 00061 } /* perim_ */ |
Variable Documentation
|
|
|
|
|
|
|
|
|
Definition at line 33 of file perim.c. Referenced by perim_(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|