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  

labmod.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 labmod_ (integer *ifmtx, integer *ifmty, integer *numx, integer *numy, integer *jsizx, integer *jsizy, integer *ixdec, integer *iydec, integer *ixor)

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 labmod.c.

#define zzzplt_1   zzzplt_
 

Definition at line 19 of file labmod.c.

Referenced by labmod_().


Function Documentation

int labmod_ integer   ifmtx,
integer   ifmty,
integer   numx,
integer   numy,
integer   jsizx,
integer   jsizy,
integer   ixdec,
integer   iydec,
integer   ixor
 

Definition at line 34 of file labmod.c.

References zzzplt_1.

Referenced by plotpak_labmod().

00037 {
00038 
00039 /*  Modify the labels for the axes.  Note that only the JSIZX and JSIZY */
00040 /*  arguments are used in this call.  The other arguments are retained */
00041 /*  for compatibility with NCAR. */
00042 /* .......................................................................
00043  */
00044 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00045  */
00046 
00047 /*  Internal Data for PLOTPAK */
00048 
00049     zzzplt_1.isizx = *jsizx;
00050     if (zzzplt_1.isizx <= 0) {
00051         zzzplt_1.isizx = 8;
00052     } else if (zzzplt_1.isizx == 1) {
00053         zzzplt_1.isizx = 12;
00054     } else if (zzzplt_1.isizx == 2) {
00055         zzzplt_1.isizx = 16;
00056     } else if (zzzplt_1.isizx == 3) {
00057         zzzplt_1.isizx = 24;
00058     }
00059 
00060     zzzplt_1.isizy = *jsizy;
00061     if (zzzplt_1.isizy <= 0) {
00062         zzzplt_1.isizy = 8;
00063     } else if (zzzplt_1.isizy == 1) {
00064         zzzplt_1.isizy = 12;
00065     } else if (zzzplt_1.isizy == 2) {
00066         zzzplt_1.isizy = 16;
00067     } else if (zzzplt_1.isizy == 3) {
00068         zzzplt_1.isizy = 24;
00069     }
00070 
00071     return 0;
00072 } /* labmod_ */

Variable Documentation

real alphxx
 

Definition at line 14 of file labmod.c.

real alphyy
 

Definition at line 14 of file labmod.c.

real betaxx
 

Definition at line 14 of file labmod.c.

real betayy
 

Definition at line 14 of file labmod.c.

char cfile[64]
 

Definition at line 26 of file labmod.c.

integer iflip
 

Definition at line 25 of file labmod.c.

integer isizx
 

Definition at line 15 of file labmod.c.

integer isizy
 

Definition at line 15 of file labmod.c.

integer ixcoor
 

Definition at line 13 of file labmod.c.

integer ixpmax
 

Definition at line 23 of file labmod.c.

integer iycoor
 

Definition at line 13 of file labmod.c.

integer iypmax
 

Definition at line 23 of file labmod.c.

integer majrx
 

Definition at line 15 of file labmod.c.

integer majry
 

Definition at line 15 of file labmod.c.

integer minrx
 

Definition at line 15 of file labmod.c.

integer minry
 

Definition at line 15 of file labmod.c.

integer nplotr
 

Definition at line 25 of file labmod.c.

real tmajx
 

Definition at line 14 of file labmod.c.

real tmajy
 

Definition at line 14 of file labmod.c.

real tminx
 

Definition at line 14 of file labmod.c.

real tminy
 

Definition at line 14 of file labmod.c.

real xbot
 

Definition at line 11 of file labmod.c.

real xclbot
 

Definition at line 11 of file labmod.c.

real xcltop
 

Definition at line 11 of file labmod.c.

real xmax
 

Definition at line 11 of file labmod.c.

real xmin
 

Definition at line 11 of file labmod.c.

real xpgmax
 

Definition at line 11 of file labmod.c.

real xpgmin
 

Definition at line 11 of file labmod.c.

real xphmax
 

Definition at line 22 of file labmod.c.

real xphold
 

Definition at line 16 of file labmod.c.

real xpscal
 

Definition at line 24 of file labmod.c.

real xtop
 

Definition at line 11 of file labmod.c.

real ybot
 

Definition at line 11 of file labmod.c.

real yclbot
 

Definition at line 11 of file labmod.c.

real ycltop
 

Definition at line 11 of file labmod.c.

real ymax
 

Definition at line 11 of file labmod.c.

real ymin
 

Definition at line 11 of file labmod.c.

real ypgmax
 

Definition at line 11 of file labmod.c.

real ypgmin
 

Definition at line 11 of file labmod.c.

real yphmax
 

Definition at line 22 of file labmod.c.

real yphold
 

Definition at line 16 of file labmod.c.

real ypscal
 

Definition at line 24 of file labmod.c.

real ytop
 

Definition at line 11 of file labmod.c.

struct { ... } zzpltr_
 

struct { ... } zzzplt_
 

 

Powered by Plone

This site conforms to the following standards: