Home
|
Main Page
|
Modules
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Data Structures
|
File List
|
Namespace Members
|
Data Fields
|
Globals
|
Related Pages
src
Common
MevisDicomTiff
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
"
24
#include "
itkMevisDicomTiffImageIOFactory.h
"
25
#include "itkObjectFactoryBase.h"
26
28
int
__UseMevisDicomTiff
(
void
)
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
40
int
__UseMevisDicomTiffDummy
=
__UseMevisDicomTiff
();
41
42
#endif
Generated on 21-03-2014 for elastix by
1.8.1.2