go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkUseMevisDicomTiff.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 #ifndef __itkUseMevisDicomTiff_h
15 #define __itkUseMevisDicomTiff_h
16 
19 #ifdef _MSC_VER
20 #pragma warning ( disable : 4786 )
21 #endif
22 
23 #include "itkUseMevisDicomTiff.h"
25 #include "itkObjectFactoryBase.h"
26 
29 {
30  static bool firsttime = true;
31  if (firsttime)
32  {
33  itk::ObjectFactoryBase::RegisterFactory( itk::MevisDicomTiffImageIOFactory::New() );
34  firsttime=false;
35  }
36  return 0;
37 }
38 
41 
42 #endif
int __UseMevisDicomTiff(void)
int __UseMevisDicomTiffDummy


Generated on 06-12-2013 for elastix by doxygen 1.8.5 elastix logo