eLynx SDK
v3.3.0 C++ image processing API reference |
00001 //============================================================================ 00002 // CorePackage.h Core.Component package 00003 //============================================================================ 00004 // Usage : package of Core.Component definition 00005 //---------------------------------------------------------------------------- 00006 // Copyright (C) 2006 by eLynx project 00007 // 00008 // This library is free software; you can redistribute it and/or 00009 // modify it under the terms of the GNU Library General Public 00010 // License as published by the Free Software Foundation; either 00011 // version 2 of the License, or (at your option) any later version. 00012 // 00013 // This library is distributed in the hope that it will be useful, 00014 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00016 // See the GNU Library General Public License for more details. 00017 //---------------------------------------------------------------------------- 00018 #ifndef __CorePackage_h__ 00019 #define __CorePackage_h__ 00020 00021 // --- first load OS --- 00022 #include <elx/core/CoreOS.h> 00023 #include <elx/core/CoreTypes.h> 00024 #include <elx/core/CoreMacros.h> 00025 00027 #include <elx/core/CoreFile.h> 00028 00030 #include <elx/core/PluginManager.h> 00031 00033 #include <elx/core/CoreTrace.h> 00034 #include <elx/core/CoreErrorIds.h> 00035 #include <elx/core/CoreException.h> 00036 00038 #include <elx/core/TaskScheduler.h> 00039 #include <elx/core/ParallelAlgorithms.h> 00040 00042 #include <elx/core/Timer.h> 00043 #include <elx/core/CoreConversion.h> 00044 #include <elx/core/CoreSort.h> 00045 #include <elx/core/CoreParameters.h> 00046 #include <elx/core/ProgramOptions.h> 00047 00048 #include <elx/core/CoreCore.h> 00049 #include <elx/core/CoreMacros.h> 00050 #include <elx/core/UUID.h> 00051 00052 #endif // __CorePackage_h__