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  

ppak_perim.c File Reference

#include "coxplot.h"

Go to the source code of this file.


Functions

void plotpak_perim (int mbx, int mlx, int mby, int mly)
void plotpak_periml (int mbx, int mlx, int mby, int mly)
void plotpak_perimm (int mbx, int mlx, int mby, int mly, int ilab)
void plotpak_tick4 (int mx, int lx, int my, int ly)
void plotpak_labmod (int jsizx, int jsizy)

Function Documentation

void plotpak_labmod int    jsizx,
int    jsizy
 

Definition at line 35 of file ppak_perim.c.

References labmod_().

00036 {
00037    integer zero = 0 , jx = jsizx , jy = jsizy ;
00038    labmod_( &zero , &zero , &zero , &zero , &jx , &jy , &zero , &zero , &zero ) ;
00039 }

void plotpak_perim int    mbx,
int    mlx,
int    mby,
int    mly
 

Definition at line 9 of file ppak_perim.c.

References perim_().

00010 {
00011    integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly ;
00012    perim_( &mmbx,&mmlx,&mmby,&mmly ) ;
00013 }

void plotpak_periml int    mbx,
int    mlx,
int    mby,
int    mly
 

Definition at line 18 of file ppak_perim.c.

References periml_().

Referenced by make_plot(), PLOT_scatterellipse(), plot_strip_init(), and PLUTO_scatterplot().

00019 {
00020    integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly ;
00021    periml_( &mmbx,&mmlx,&mmby,&mmly ) ;
00022 }

void plotpak_perimm int    mbx,
int    mlx,
int    mby,
int    mly,
int    ilab
 

Definition at line 23 of file ppak_perim.c.

References perimm_().

Referenced by plot_strip_init(), plot_ts_init(), and plot_ts_mem().

00024 {
00025    integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly , ill=ilab ;
00026    perimm_( &mmbx,&mmlx,&mmby,&mmly,&ill ) ;
00027 }

void plotpak_tick4 int    mx,
int    lx,
int    my,
int    ly
 

Definition at line 29 of file ppak_perim.c.

References tick4_().

00030 {
00031    integer lmajx=mx , lminx=lx , lmajy=my , lminy=ly ;
00032    tick4_(&lmajx, &lminx, &lmajy, &lminy);
00033 }
 

Powered by Plone

This site conforms to the following standards: