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