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_pwritf.c File Reference

#include "coxplot.h"

Go to the source code of this file.


Functions

void plotpak_pwritf (float x, float y, char *ch, int isiz, int ior, int icent)

Function Documentation

void plotpak_pwritf float    x,
float    y,
char *    ch,
int    isiz,
int    ior,
int    icent
 

Definition at line 6 of file ppak_pwritf.c.

References pwritf_().

Referenced by ISQ_plot_label(), ISQ_show_image(), make_plot(), plot_image_surface(), PLOT_scatterellipse(), plot_strip_init(), plot_ts_init(), plot_ts_mem(), PLUTO_scatterplot(), and SPLASH_imseq_getim().

00007 {
00008    real xx=x , yy=y ;
00009    integer nch=strlen(ch) , iisiz=isiz , iior=ior , iicent=icent ;
00010    ftnlen ch_len = nch ;
00011    pwritf_( &xx , &yy , ch , &nch , &iisiz , &iior , &iicent , ch_len ) ;
00012 }
 

Powered by Plone

This site conforms to the following standards: