![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
00001 /*====================================================================== 00002 00003 This file is part of the elastix software. 00004 00005 Copyright (c) University Medical Center Utrecht. All rights reserved. 00006 See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for 00007 details. 00008 00009 This software is distributed WITHOUT ANY WARRANTY; without even 00010 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00011 PURPOSE. See the above copyright notices for more information. 00012 00013 ======================================================================*/ 00014 00015 #ifndef __elastix_h 00016 #define __elastix_h 00017 00018 #ifdef _ELASTIX_USE_MEVISDICOMTIFF 00019 #include "itkUseMevisDicomTiff.h" 00020 #endif 00021 00022 #include "elxElastixMain.h" 00023 #include <iostream> 00024 #include <string> 00025 #include <vector> 00026 #include <queue> 00027 #include "itkObject.h" 00028 #include "itkDataObject.h" 00029 #include <itksys/SystemTools.hxx> 00030 #include <itksys/SystemInformation.hxx> 00031 00032 #include "elxTimer.h" 00033 00044 void PrintHelp(void); 00045 00046 #endif 00047
Generated on 11-05-2012 for elastix by ![]() |
![]() |