]> Creatis software - clitk.git/blob - vv/vvInit.h
remove antique RCS headers
[clitk.git] / vv / vvInit.h
1 /*=========================================================================
2
3  Program:   vv
4  Language:  C++
5  Author :   Joël Schaerer (joel.schaerer@insa-lyon.fr)
6
7 Copyright (C) 2008
8 Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr
9 CREATIS-LRMN http://www.creatis.insa-lyon.fr
10
11 This program is free software: you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation, version 3 of the License.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
23 =========================================================================*/
24
25 #ifndef vvInit_h
26 #define vvInit_h
27 //This file is for stuff that must be done to initialize vv, to avoid bloating the main vv.cxx with boilerplate code
28
29 // Initialize the factories needed for IO
30 void initialize_IO();
31
32 #endif