00001 /************************************************************************* 00002 * $Id: idima-restricted.h,v 1.1 2005/09/09 08:22:34 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 #ifndef _IDIMA_RESTRICTED_H 00037 #define _IDIMA_RESTRICTED_H 00038 00039 00040 00041 /* Not For Rats Functions ('Hidden' Functions) 00042 * ====================== 00043 * 00044 * Utilisees selement en interne 00045 * N'ont pas etre connues des end-users 00046 * Ne seront pas SWIGees 00047 */ 00048 00049 void _IdImaFree (PPIMAGE *); 00050 void _IdImaFreeSubImage (PPIMAGE *); 00051 00052 void _IdImaDisplayColor(PPIMAGE_UCHAR im, int display, int x, int y, int nx, int ny, int ox, int oy, PSIGNAL_RGB pal); 00053 void _IdImaDisplayColorOld(PPIMAGE_UCHAR im, int display, int x, int y, int nx, int ny, int ox, int oy, PSIGNAL_RGB pal); 00054 00055 PPIMAGE_UCHAR _IdImaCreImagetteClear( 00056 PPIMAGE_UCHAR *TabImage, 00057 int n, 00058 int neffectif, 00059 int nx, 00060 int ny); 00061 00062 unsigned char IdImaMax(PPIMAGE_UCHAR im); 00063 unsigned char IdImaMin(PPIMAGE_UCHAR im); 00064 00065 00066 00067 /* Don't use any Longer Functions 00068 * ============================== 00069 * 00070 * Ne doivent plus etre utilisees par personne 00071 * Ne sont laissees que pour compatibilite avec versions anterieures 00072 * Ne seront pas SWIGees 00073 */ 00074 00075 PPIMAGE_UCHAR IdSigDisplay (PSIGNAL, int, int, int, double, double, 00076 int,int, int, int,int); 00077 00078 // Laisse deliberement en commentaire (on n'est jamais trop prudent) 00079 // 00080 //#define IdSigDisplayQ(sig,disp) IdSigDisplay ((sig), 0, IdSigDimX(sig),0, 00081 // -1., -1., 256, 256, 255, 0 ,(disp) ); 00082 //#ifdef SWIG 00083 //PPIMAGE_UCHAR IdSigDisplayQ(PSIGNAL, int); 00084 //#endif 00085 00086 /* ------------------------------------------------------------------------- */ 00087 #endif