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  

mvv.c File Reference

#include "mrilib.h"

Go to the source code of this file.


Functions

int main (int argc, char *argv[])

Function Documentation

int main int    argc,
char *    argv[]
 

\** File : SUMA.c

Author:
: Ziad Saad Date : Thu Dec 27 16:21:01 EST 2001
Purpose :

Input paramters :

Parameters:
param  Usage : SUMA ( )
Returns :
Returns:
Support :
See also:
OpenGL prog. Guide 3rd edition , varray.c from book's sample code
Side effects :

Definition at line 3 of file mvv.c.

References argc, multivector_free(), multivector_read(), multivector_set_name(), and multivector_write().

00004 {
00005    multivector * mv ; int j ;
00006 
00007    mv = multivector_read( argv[1] ) ;
00008    if( mv == NULL ){fprintf(stderr,"read fails\n");exit(1);}
00009    multivector_set_name( mv , NULL ) ;
00010    j = multivector_write( argv[2] , mv ) ;
00011    if( j == 0 ){fprintf(stderr,"write fails\n");exit(1);}
00012    multivector_free(mv) ; exit(0) ;
00013 }
 

Powered by Plone

This site conforms to the following standards: