Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
r_new_resam_dset.h
Go to the documentation of this file.00001 #ifndef _R_NEW_RESAM_DSET_H_
00002 #define _R_NEW_RESAM_DSET_H_
00003 
00004 
00005 THD_3dim_dataset * r_new_resam_dset ( THD_3dim_dataset * din,
00006         THD_3dim_dataset * min, double dx, double dy, double dz,
00007         char orient [], int resam_mode, int * sublist );
00008 int     r_dxyz_mod_dataxes    ( double dx, double dy, double dz,
00009                                 THD_dataxes * daxin, THD_dataxes * daxout );
00010 int     r_fill_resampled_data_brick( THD_3dim_dataset * dset, int resam_mode );
00011 int     r_orient_str2vec      ( char ostr [], THD_ivec3 * ovec );
00012 Boolean r_is_valid_orient_str ( char ostr [] );
00013 
00014 #endif