![]() |
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 __elxInstallAllComponents_h 00016 #define __elxInstallAllComponents_h 00017 00018 #include "elxComponentDatabase.h" 00019 00021 #include "elxMacro.h" 00022 00025 #include "elxInstallComponentFunctionDeclarations.h" 00026 00027 00028 int InstallAllComponents( elx::ComponentDatabase * _cdb ) 00029 { 00030 int ret = 0; 00031 00035 #include "elxInstallComponentFunctionCalls.h" 00036 00038 return ret; 00039 00040 } // end InstallAllComponents 00041 00042 #endif // #ifndef __elxInstallAllComponents_h
Generated on 24-10-2011 for elastix by ![]() |
![]() |