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  

point.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 point_ (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 point.c.

#define zzzplt_1   zzzplt_
 

Definition at line 19 of file point.c.

Referenced by point_().


Function Documentation

int point_ real   x,
real   y
 

Definition at line 34 of file point.c.

References phdot_(), zzphys_(), and zzzplt_1.

Referenced by plotpak_point(), and points_().

00035 {
00036     extern /* Subroutine */ int phdot_(real *, real *);
00037     static real xx, yy;
00038     extern /* Subroutine */ int zzphys_(real *, real *);
00039 
00040 /* .......................................................................
00041  */
00042 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00043  */
00044 
00045 /*  Internal Data for PLOTPAK */
00046 
00047     xx = *x;
00048     yy = *y;
00049     zzphys_(&xx, &yy);
00050     zzzplt_1.xphold = xx;
00051     zzzplt_1.yphold = yy;
00052 
00053     if (xx >= zzzplt_1.xclbot && xx <= zzzplt_1.xcltop && yy >= 
00054             zzzplt_1.yclbot && yy <= zzzplt_1.ycltop) {
00055         phdot_(&xx, &yy);
00056     }
00057 
00058     phdot_(&xx, &yy);
00059 
00060     return 0;
00061 } /* point_ */

Variable Documentation

real alphxx
 

Definition at line 14 of file point.c.

real alphyy
 

Definition at line 14 of file point.c.

real betaxx
 

Definition at line 14 of file point.c.

real betayy
 

Definition at line 14 of file point.c.

char cfile[64]
 

Definition at line 26 of file point.c.

integer iflip
 

Definition at line 25 of file point.c.

integer isizx
 

Definition at line 15 of file point.c.

integer isizy
 

Definition at line 15 of file point.c.

integer ixcoor
 

Definition at line 13 of file point.c.

integer ixpmax
 

Definition at line 23 of file point.c.

integer iycoor
 

Definition at line 13 of file point.c.

integer iypmax
 

Definition at line 23 of file point.c.

integer majrx
 

Definition at line 15 of file point.c.

integer majry
 

Definition at line 15 of file point.c.

integer minrx
 

Definition at line 15 of file point.c.

integer minry
 

Definition at line 15 of file point.c.

integer nplotr
 

Definition at line 25 of file point.c.

real tmajx
 

Definition at line 14 of file point.c.

real tmajy
 

Definition at line 14 of file point.c.

real tminx
 

Definition at line 14 of file point.c.

real tminy
 

Definition at line 14 of file point.c.

real xbot
 

Definition at line 11 of file point.c.

real xclbot
 

Definition at line 11 of file point.c.

real xcltop
 

Definition at line 11 of file point.c.

real xmax
 

Definition at line 11 of file point.c.

real xmin
 

Definition at line 11 of file point.c.

real xpgmax
 

Definition at line 11 of file point.c.

real xpgmin
 

Definition at line 11 of file point.c.

real xphmax
 

Definition at line 22 of file point.c.

real xphold
 

Definition at line 16 of file point.c.

real xpscal
 

Definition at line 24 of file point.c.

real xtop
 

Definition at line 11 of file point.c.

real ybot
 

Definition at line 11 of file point.c.

real yclbot
 

Definition at line 11 of file point.c.

real ycltop
 

Definition at line 11 of file point.c.

real ymax
 

Definition at line 11 of file point.c.

real ymin
 

Definition at line 11 of file point.c.

real ypgmax
 

Definition at line 11 of file point.c.

real ypgmin
 

Definition at line 11 of file point.c.

real yphmax
 

Definition at line 22 of file point.c.

real yphold
 

Definition at line 16 of file point.c.

real ypscal
 

Definition at line 24 of file point.c.

real ytop
 

Definition at line 11 of file point.c.

struct { ... } zzpltr_
 

struct { ... } zzzplt_
 

 

Powered by Plone

This site conforms to the following standards: