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  

r_idisp.h

Go to the documentation of this file.
00001 
00002 #ifndef _R_IDISP_H_
00003 #define _R_IDISP_H_
00004 
00005 #define CHECK_NULL_STR(str) ( str ? str : "(nil)" )
00006 
00007 /*    --- 3ddata.h ---              */
00008 
00009 int r_idisp_fd_brick         ( char * info, FD_brick         * bp );
00010 int r_idisp_thd_3dim_dataset ( char * info, THD_3dim_dataset * dp );
00011 int r_idisp_thd_datablock    ( char * info, THD_datablock    * dp );
00012 int r_idisp_thd_dataxes      ( char * info, THD_dataxes      * dp );
00013 int r_idisp_thd_diskptr      ( char * info, THD_diskptr      * dp );
00014 
00015 
00016 /*    --- mrilib.h ---              */
00017 
00018 int r_idisp_mri_image  ( char * info, MRI_IMAGE   * ip );
00019 int r_idisp_mri_imarr  ( char * info, MRI_IMARR   * ip, int images );
00020 
00021 
00022 /*    --- raw data types ---        */
00023 
00024 int r_idisp_mat33d     ( char * info, double   mat[3][3] );
00025 int r_idisp_mat33f     ( char * info, float    mat[3][3] );
00026 int r_idisp_vec3d      ( char * info, double * vec );
00027 int r_idisp_vec3f      ( char * info, float  * vec );
00028 int r_idisp_vec3i      ( char * info, int    * vec );
00029 
00030 
00031 /*   ---  cox_render.h ---          */
00032 
00033 #ifdef _COX_RENDER_HEADER_
00034 
00035 int r_idisp_cren_stuff  ( char * info, CREN_stuff * cp );
00036 
00037 #endif /* _COX_RENDER_HEADER_ */
00038 
00039 #endif /* _R_IDISP_H_ */
 

Powered by Plone

This site conforms to the following standards: