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

Go to the documentation of this file.
00001 #include "coxplot.h"
00002 
00003 /*---------------------------------------------------------------------
00004    Draws a perimeter around the subject coordinates (see plotpak_set).
00005    mbx = number of x-axis major divisions (large ticks)
00006    mlx = number of x-axis minor divisions (small ticks)
00007    mby , mly = ditto for y-axis
00008 -----------------------------------------------------------------------*/
00009 void plotpak_perim( int mbx , int mlx , int mby , int mly )
00010 {
00011    integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly ;
00012    perim_( &mmbx,&mmlx,&mmby,&mmly ) ;
00013 }
00014 
00015 /*---------------------------------------------------------------
00016   Same as plotpak_perim, but puts labels at the major divisions.
00017 -----------------------------------------------------------------*/
00018 void plotpak_periml( int mbx , int mlx , int mby , int mly )
00019 {
00020    integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly ;
00021    periml_( &mmbx,&mmlx,&mmby,&mmly ) ;
00022 }
00023 void plotpak_perimm( int mbx , int mlx , int mby , int mly , int ilab )
00024 {
00025    integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly , ill=ilab ;
00026    perimm_( &mmbx,&mmlx,&mmby,&mmly,&ill ) ;
00027 }
00028 
00029 void plotpak_tick4( int mx, int lx , int my , int ly )
00030 {
00031    integer lmajx=mx , lminx=lx , lmajy=my , lminy=ly ;
00032    tick4_(&lmajx, &lminx, &lmajy, &lminy);
00033 }
00034 
00035 void plotpak_labmod( int jsizx , int jsizy )
00036 {
00037    integer zero = 0 , jx = jsizx , jy = jsizy ;
00038    labmod_( &zero , &zero , &zero , &zero , &jx , &jy , &zero , &zero , &zero ) ;
00039 }
 

Powered by Plone

This site conforms to the following standards: