]> Creatis software - clitk.git/blob - common/clitkIO.h
39b63ade410a22971316f8ea582172d617871c82
[clitk.git] / common / clitkIO.h
1 #ifndef CLITKIO_H
2 #define CLITKIO_H
3
4 /**
5    -------------------------------------------------------------------
6    * @file   clitkIO.h
7    * @author David Sarrut <David.Sarrut@creatis.insa-lyon.fr>
8    * @date   17 May 2006 07:57:56
9
10    * @brief  
11
12    -------------------------------------------------------------------*/
13
14 //--------------------------------------------------------------------
15 // CLITK_INIT
16 #define CLITK_INIT clitk::RegisterClitkFactories();
17
18 namespace clitk {
19   void RegisterClitkFactories();
20 }
21
22 #endif /* end #define CLITKIO_H */
23