Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

kerextern.c

Go to the documentation of this file.
00001 /************************************************************************* 00002 * $Id: kerextern.c,v 1.1 2005/09/09 08:22:51 bellet Exp $ 00003 ************************************************************************** 00004 This software is governed by the CeCILL license under French law and 00005 abiding by the rules of distribution of free software. You can use, 00006 modify and/ or redistribute the software under the terms of the CeCILL 00007 license as circulated by CEA, CNRS and INRIA at the following URL 00008 "http://www.cecill.info". 00009 00010 As a counterpart to the access to the source code and rights to copy, 00011 modify and redistribute granted by the license, users are provided only 00012 with a limited warranty and the software's author, the holder of the 00013 economic rights, and the successive licensors have only limited 00014 liability. 00015 00016 In this respect, the user's attention is drawn to the risks associated 00017 with loading, using, modifying and/or developing or reproducing the 00018 software by the user in light of its specific status of free software, 00019 that may mean that it is complicated to manipulate, and that also 00020 therefore means that it is reserved for developers and experienced 00021 professionals having in-depth computer knowledge. Users are therefore 00022 encouraged to load and test the software's suitability as regards their 00023 requirements in conditions enabling the security of their systems and/or 00024 data to be ensured and, more generally, to use and operate it in the 00025 same conditions as regards security. 00026 00027 The fact that you are presently reading this means that you have had 00028 knowledge of the CeCILL license and that you accept its terms. 00029 00030 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de 00031 l'Image). All rights reserved. See License.txt for details. 00032 00033 Version 1.0 05/09/2005 00034 *************************************************************************/ 00035 00036 /* 00037 * IDO global variables 00038 */ 00039 #ifndef __IDEXTERN_H__ 00040 #define __IDEXTERN_H__ 00041 00042 #include "idpoint.h" 00043 #include "idface.h" 00044 00045 const int __tab_ta_[] = /* dans l'ordre des definitions type de pixel */ 00046 { 00047 TA_TY_CHAR, 00048 TA_TY_FLOAT, 00049 TA_TY_DOUBLE, 00050 TA_TY_COMPLEX, 00051 TA_TY_RGB, 00052 TA_TY_SHORT, 00053 TA_TY_LONG, 00054 TA_TY_UCHAR, 00055 TA_TY_USHORT, 00056 TA_TY_COMPLEX_DOUBLE, 00057 TA_TY_COMPLEX_FLOAT, 00058 TA_TY_COMPLEX_CHAR, 00059 TA_TY_COMPLEX_UCHAR, 00060 TA_TY_COMPLEX_SHORT, 00061 TA_TY_COMPLEX_USHORT, 00062 TA_TY_COMPLEX_LONG, 00063 TA_TY_BIT, 00064 TA_TY_IDPOINT, 00065 TA_TY_FACE, 00066 TA_TY_POINTER, 00067 TA_TY_ULONG, 00068 TA_TY_COMPLEX_ULONG, 00069 00070 TA_TY_IDXPOINT_CHAR, 00071 TA_TY_IDXPOINT_UCHAR, 00072 TA_TY_IDXPOINT_FLOAT, 00073 TA_TY_IDXPOINT_DOUBLE, 00074 TA_TY_IDXPOINT_SHORT, 00075 TA_TY_IDXPOINT_USHORT, 00076 TA_TY_IDXPOINT_LONG, 00077 TA_TY_IDXPOINT_ULONG, 00078 TA_TY_RGBA 00079 } 00080 ; 00081 00082 int _IdSizeOfType (type) 00083 int type; 00084 { 00085 return __tab_ta_[type]; 00086 } 00087 #endif

Generated on Wed Oct 19 09:28:34 2005 for SIMRI3D by doxygen 1.3.7