eLynx SDK
v3.3.0 C++ image processing API reference |
00001 //============================================================================ 00002 // IImageFilePlugin.h Image.Component package 00003 //============================================================================ 00004 // Usage : 00005 //---------------------------------------------------------------------------- 00006 // Inheritance : 00007 // IImageFilePlugin 00008 // +IPlugin 00009 // +IImageFileFormat 00010 //---------------------------------------------------------------------------- 00011 // Copyright (C) 2006 by eLynx project 00012 // 00013 // This library is free software; you can redistribute it and/or 00014 // modify it under the terms of the GNU Library General Public 00015 // License as published by the Free Software Foundation; either 00016 // version 2 of the License, or (at your option) any later version. 00017 // 00018 // This library is distributed in the hope that it will be useful, 00019 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00021 // See the GNU Library General Public License for more details. 00022 //---------------------------------------------------------------------------- 00023 #ifndef __IImageFilePlugin_h__ 00024 #define __IImageFilePlugin_h__ 00025 00026 #include <elx/core/IPlugin.h> 00027 #include "ImageLib.h" 00028 #include "IImageFileFormat.h" 00029 00031 extern ExportedByImage const eLynx::UUID UUID_IImageFilePlugin; 00032 00033 namespace eLynx { 00034 namespace Image { 00035 00038 class ExportedByImage IImageFilePlugin : 00039 public IPlugin, 00040 public IImageFileFormat 00041 { 00042 }; 00043 00044 } // namespace Image 00045 } // namespace eLynx 00046 00047 #endif // __IImageFilePlugin_h__