]> Creatis software - clitk.git/blob - common/clitkImageUtilities.cxx
mechanism for hiding experimental stuff in vv
[clitk.git] / common / clitkImageUtilities.cxx
1 /*=========================================================================
2                                                                                 
3   Program:   clitk
4   Language:  C++
5                                                                                 
6   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
7   l'Image). All rights reserved. See Doc/License.txt or
8   http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
9                                                                                 
10      This software is distributed WITHOUT ANY WARRANTY; without even
11      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12      PURPOSE.  See the above copyright notices for more information.
13                                                                              
14 =========================================================================*/
15
16 #ifndef CLITKIMAGEUTILITIES_CXX
17 #define CLITKIMAGEUTILITIES_CXX
18
19 /**
20  =================================================
21  * @file   clitkImageUtilities.cxx
22  * @author David Sarrut <david.sarrut@creatis.insa-lyon.fr>
23  * @date   22 Sep 2006 10:39:40
24  * 
25  * @brief  
26  * 
27  * 
28  =================================================*/
29
30 #include "clitkImageUtilities.h"
31
32 #endif /* end #define CLITKIMAGEUTILITIES_CXX */
33