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  

thd_maker.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002    Major portions of this software are copyrighted by the Medical College
00003    of Wisconsin, 1994-2000, and are released under the Gnu General Public
00004    License, Version 2.  See the file README.Copyright for details.
00005 ******************************************************************************/
00006    
00007 #ifndef _MCW_3DMAKER_HEADER_
00008 #define _MCW_3DMAKER_HEADER_
00009 
00010 #include "mrilib.h"
00011 
00012 #define FREEUP(x) do{if((x) != NULL){free((x)); (x)=NULL;}}while(0)
00013 
00014 extern THD_3dim_dataset *
00015     MAKER_4D_to_typed_fim( THD_3dim_dataset * old_dset ,
00016                            char * new_prefix , int new_datum ,
00017                            int ignore , int detrend ,
00018                            generic_func * user_func ,
00019                            void * user_data ) ;
00020 
00021 extern THD_3dim_dataset *
00022     MAKER_4D_to_typed_fith( THD_3dim_dataset * old_dset ,
00023                             char * new_prefix , int new_datum ,
00024                             int ignore , int detrend ,
00025                             generic_func * user_func ,
00026                             void * user_data ) ;
00027 
00028 extern THD_3dim_dataset *
00029     MAKER_4D_to_typed_fbuc( THD_3dim_dataset * old_dset ,
00030                             char * new_prefix , int new_datum ,
00031                             int ignore , int detrend ,
00032                             int nbrik , generic_func * user_func ,
00033                             void * user_data ) ;
00034 
00035 #endif
 

Powered by Plone

This site conforms to the following standards: