Doxygen Source Code Documentation
periml.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 | periml_ (integer *mbx, integer *mlx, integer *mby, integer *mly) |
| int | perimm_ (integer *mbx, integer *mlx, integer *mby, integer *mly, integer *ilab) |
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__1 = 1 |
Define Documentation
|
|
|
|
|
|
Function Documentation
|
||||||||||||||||||||
|
Definition at line 38 of file periml.c. References c__1, zzperi_(), and zzzplt_1. Referenced by plotpak_periml().
00040 {
00041 extern /* Subroutine */ int zzperi_(integer *);
00042
00043
00044 /* Perimeter along the SET lines -- draw 4 axes -- with 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 labels. */
00058
00059 zzperi_(&c__1);
00060 return 0;
00061 } /* periml_ */
|
|
||||||||||||||||||||||||
|
Definition at line 66 of file periml.c. References zzperi_(), and zzzplt_1. Referenced by plotpak_perimm().
00068 {
00069 extern /* Subroutine */ int zzperi_(integer *);
00070
00071
00072 /* Perimeter along the SET lines -- draw 4 axes -- maybe with labels */
00073 /* .......................................................................
00074 */
00075 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00076 */
00077
00078 /* Internal Data for PLOTPAK */
00079
00080 zzzplt_1.majrx = *mbx;
00081 zzzplt_1.minrx = *mlx;
00082 zzzplt_1.majry = *mby;
00083 zzzplt_1.minry = *mly;
00084 zzperi_(ilab);
00085 return 0;
00086 } /* perimm_ */
|
Variable Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 33 of file periml.c. Referenced by periml_(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|