CBIR.h
上传用户:xayxjz
上传日期:2022-08-07
资源大小:2188k
文件大小:1k
- // CBIR.h : main header file for the CBIR application
- //
- #if !defined(AFX_CBIR_H__31B4E6B8_6C7B_4AD4_81BD_912AF54617C8__INCLUDED_)
- #define AFX_CBIR_H__31B4E6B8_6C7B_4AD4_81BD_912AF54617C8__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
- /////////////////////////////////////////////////////////////////////////////
- // CCBIRApp:
- // See CBIR.cpp for the implementation of this class
- //
- class CCBIRApp : public CWinApp
- {
- public:
- CCBIRApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCBIRApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CCBIRApp)
- afx_msg void OnAppAbout();
- afx_msg void OnFileNew();
- afx_msg void OnFileOpen();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CBIR_H__31B4E6B8_6C7B_4AD4_81BD_912AF54617C8__INCLUDED_)