Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

zzphys.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 zzphys_ (real *x, real *y)

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_

Define Documentation

#define zzpltr_1   zzpltr_
 

Definition at line 29 of file zzphys.c.

#define zzzplt_1   zzzplt_
 

Definition at line 19 of file zzphys.c.

Referenced by zzphys_().


Function Documentation

int zzphys_ real   x,
real   y
 

Definition at line 34 of file zzphys.c.

References dabs, r_lg10(), and zzzplt_1.

Referenced by frstpt_(), line_(), plotpak_zzphys(), point_(), pwrit_(), pwritf_(), vector_(), zzaxxx_(), and zzaxyy_().

00035 {
00036     /* System generated locals */
00037     real r__1;
00038 
00039     /* Builtin functions */
00040     double r_lg10(real *);
00041 
00042 
00043 /*  Convert user to physical coordinates. */
00044 /* .......................................................................
00045  */
00046 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00047  */
00048 
00049 /*  Internal Data for PLOTPAK */
00050 
00051     if (zzzplt_1.ixcoor < 0) {
00052         r__1 = dabs(*x) + 1e-37f;
00053         *x = r_lg10(&r__1);
00054     }
00055     *x = zzzplt_1.alphxx * *x + zzzplt_1.betaxx;
00056 
00057     if (zzzplt_1.iycoor < 0) {
00058         r__1 = dabs(*y) + 1e-37f;
00059         *y = r_lg10(&r__1);
00060     }
00061     *y = zzzplt_1.alphyy * *y + zzzplt_1.betayy;
00062 
00063     return 0;
00064 } /* zzphys_ */

Variable Documentation

real alphxx
 

Definition at line 14 of file zzphys.c.

real alphyy
 

Definition at line 14 of file zzphys.c.

real betaxx
 

Definition at line 14 of file zzphys.c.

real betayy
 

Definition at line 14 of file zzphys.c.

char cfile[64]
 

Definition at line 26 of file zzphys.c.

integer iflip
 

Definition at line 25 of file zzphys.c.

integer isizx
 

Definition at line 15 of file zzphys.c.

integer isizy
 

Definition at line 15 of file zzphys.c.

integer ixcoor
 

Definition at line 13 of file zzphys.c.

integer ixpmax
 

Definition at line 23 of file zzphys.c.

integer iycoor
 

Definition at line 13 of file zzphys.c.

integer iypmax
 

Definition at line 23 of file zzphys.c.

integer majrx
 

Definition at line 15 of file zzphys.c.

integer majry
 

Definition at line 15 of file zzphys.c.

integer minrx
 

Definition at line 15 of file zzphys.c.

integer minry
 

Definition at line 15 of file zzphys.c.

integer nplotr
 

Definition at line 25 of file zzphys.c.

real tmajx
 

Definition at line 14 of file zzphys.c.

real tmajy
 

Definition at line 14 of file zzphys.c.

real tminx
 

Definition at line 14 of file zzphys.c.

real tminy
 

Definition at line 14 of file zzphys.c.

real xbot
 

Definition at line 11 of file zzphys.c.

real xclbot
 

Definition at line 11 of file zzphys.c.

real xcltop
 

Definition at line 11 of file zzphys.c.

real xmax
 

Definition at line 11 of file zzphys.c.

real xmin
 

Definition at line 11 of file zzphys.c.

real xpgmax
 

Definition at line 11 of file zzphys.c.

real xpgmin
 

Definition at line 11 of file zzphys.c.

real xphmax
 

Definition at line 22 of file zzphys.c.

real xphold
 

Definition at line 16 of file zzphys.c.

real xpscal
 

Definition at line 24 of file zzphys.c.

real xtop
 

Definition at line 11 of file zzphys.c.

real ybot
 

Definition at line 11 of file zzphys.c.

real yclbot
 

Definition at line 11 of file zzphys.c.

real ycltop
 

Definition at line 11 of file zzphys.c.

real ymax
 

Definition at line 11 of file zzphys.c.

real ymin
 

Definition at line 11 of file zzphys.c.

real ypgmax
 

Definition at line 11 of file zzphys.c.

real ypgmin
 

Definition at line 11 of file zzphys.c.

real yphmax
 

Definition at line 22 of file zzphys.c.

real yphold
 

Definition at line 16 of file zzphys.c.

real ypscal
 

Definition at line 24 of file zzphys.c.

real ytop
 

Definition at line 11 of file zzphys.c.

struct { ... } zzpltr_
 

struct { ... } zzzplt_
 

 

Powered by Plone

This site conforms to the following standards: