flt_mass.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. /********************************************************************
  2. flt_mass.h - ISee图像浏览器—图像处理模块类flt_mass头文件
  3.     版权所有(C) VCHelp-coPathway-ISee workgroup 2000 all member's
  4.     这一程序是自由软件,你可以遵照自由软件基金会出版的GNU 通用许可证
  5. 条款来修改和重新发布这一程序。或者用许可证的第二版,或者(根据你
  6. 的选择)用任何更新的版本。
  7.     发布这一程序的目的是希望它有用,但没有任何担保。甚至没有适合特定
  8. 目地的隐含的担保。更详细的情况请参阅GNU通用许可证。
  9.     你应该已经和程序一起收到一份GNU通用许可证(GPL)的副本。如果还没有,
  10. 写信给:
  11.     The Free Software Foundation, Inc.,  675  Mass Ave,  Cambridge,
  12.     MA02139,  USA
  13. 如果你在使用本软件时有什么问题或建议,用以下地址可以与我们取得联
  14. 系:
  15. http://isee.126.com
  16. http://www.vchelp.net
  17. 或:
  18. iseesoft@china.com
  19. 作者:马翔
  20.    e-mail:hugesoft@yeah.net
  21.    功能实现:对外接口函数
  22. 文件版本:
  23. Build 000123
  24. Date  2000-12-3
  25. ********************************************************************/
  26. // flt_mass.h : main header file for the FLT_MASS DLL
  27. //
  28. #if !defined(AFX_FLT_MASS_H__2BBF661A_D3AC_48A2_8B2C_358CCA3362FB__INCLUDED_)
  29. #define AFX_FLT_MASS_H__2BBF661A_D3AC_48A2_8B2C_358CCA3362FB__INCLUDED_
  30. #if _MSC_VER > 1000
  31. #pragma once
  32. #endif // _MSC_VER > 1000
  33. #ifndef __AFXWIN_H__
  34. #error include 'stdafx.h' before including this file for PCH
  35. #endif
  36. #include "resource.h" // main symbols
  37. //dll函数导出宏
  38. #define DLLExport extern "C" __declspec(dllexport)
  39. /////////////////////////////////////////////////////////////////////////////
  40. // CFlt_massApp
  41. // See flt_mass.cpp for the implementation of this class
  42. //
  43. class CFlt_massApp : public CWinApp
  44. {
  45. public:
  46. CFlt_massApp();
  47. // Overrides
  48. // ClassWizard generated virtual function overrides
  49. //{{AFX_VIRTUAL(CFlt_massApp)
  50. //}}AFX_VIRTUAL
  51. //{{AFX_MSG(CFlt_massApp)
  52. // NOTE - the ClassWizard will add and remove member functions here.
  53. //    DO NOT EDIT what you see in these blocks of generated code !
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. /////////////////////////////////////////////////////////////////////////////
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_FLT_MASS_H__2BBF661A_D3AC_48A2_8B2C_358CCA3362FB__INCLUDED_)