Doxygen Source Code Documentation
memplt.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 | memplt_ (real *aspect) |
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_ |
real | c_b2 = 0.f |
Define Documentation
|
Definition at line 29 of file memplt.c. Referenced by memplt_(). |
|
|
Function Documentation
|
Definition at line 38 of file memplt.c. References c_b2, setfrm_(), and zzpltr_1. Referenced by create_memplot(), and set_active_memplot().
00039 { 00040 extern /* Subroutine */ int setfrm_(real *, real *, real *, real *); 00041 00042 00043 /* Set the plotter to be the "memplot" C routines */ 00044 /* ....................................................................... 00045 */ 00046 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00047 */ 00048 00049 /* Internal Data for PLOTPAK */ 00050 00051 zzpltr_1.xpscal = 1.f; 00052 zzpltr_1.ypscal = 1.f; 00053 zzpltr_1.iflip = 0; 00054 zzpltr_1.nplotr = 7; 00055 if (*aspect <= 0.f) { 00056 zzpltr_1.xphmax = 1.3f; 00057 } else { 00058 zzpltr_1.xphmax = *aspect; 00059 } 00060 zzpltr_1.yphmax = 1.f; 00061 setfrm_(&c_b2, &zzpltr_1.xphmax, &c_b2, &zzpltr_1.yphmax); 00062 00063 return 0; 00064 } /* memplt_ */ |
Variable Documentation
|
|
|
|
|
|
|
|
|
Definition at line 33 of file memplt.c. Referenced by memplt_(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|