flt_mass.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
- /********************************************************************
- flt_mass.h - ISee图像浏览器—图像处理模块类flt_mass头文件
- 版权所有(C) VCHelp-coPathway-ISee workgroup 2000 all member's
- 这一程序是自由软件,你可以遵照自由软件基金会出版的GNU 通用许可证
- 条款来修改和重新发布这一程序。或者用许可证的第二版,或者(根据你
- 的选择)用任何更新的版本。
- 发布这一程序的目的是希望它有用,但没有任何担保。甚至没有适合特定
- 目地的隐含的担保。更详细的情况请参阅GNU通用许可证。
- 你应该已经和程序一起收到一份GNU通用许可证(GPL)的副本。如果还没有,
- 写信给:
- The Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
- MA02139, USA
- 如果你在使用本软件时有什么问题或建议,用以下地址可以与我们取得联
- 系:
- http://isee.126.com
- http://www.vchelp.net
- 或:
- iseesoft@china.com
- 作者:马翔
- e-mail:hugesoft@yeah.net
- 功能实现:对外接口函数
- 文件版本:
- Build 000123
- Date 2000-12-3
- ********************************************************************/
- // flt_mass.h : main header file for the FLT_MASS DLL
- //
- #if !defined(AFX_FLT_MASS_H__2BBF661A_D3AC_48A2_8B2C_358CCA3362FB__INCLUDED_)
- #define AFX_FLT_MASS_H__2BBF661A_D3AC_48A2_8B2C_358CCA3362FB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- //dll函数导出宏
- #define DLLExport extern "C" __declspec(dllexport)
- /////////////////////////////////////////////////////////////////////////////
- // CFlt_massApp
- // See flt_mass.cpp for the implementation of this class
- //
- class CFlt_massApp : public CWinApp
- {
- public:
- CFlt_massApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFlt_massApp)
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CFlt_massApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FLT_MASS_H__2BBF661A_D3AC_48A2_8B2C_358CCA3362FB__INCLUDED_)