wvltdoc.h
来自「小波变换技术用VC来实现的程序很好的直接可以运行」· C头文件 代码 · 共 73 行
H
73 行
// WvltDoc.h : interface of the CWvltDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_WVLTDOC_H__F604916E_698F_11D2_A679_0020AFD8B8B6__INCLUDED_)
#define AFX_WVLTDOC_H__F604916E_698F_11D2_A679_0020AFD8B8B6__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CWvltDoc : public CDocument
{
protected:
// create from serialization only
CWvltDoc();
DECLARE_DYNCREATE(CWvltDoc)
public:
bool m_bOnce, m_bTwice, m_bTribl, m_bFilter ;
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWvltDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
//}}AFX_VIRTUAL
// Implementation
public:
CString m_strFileFusion;
short** m_WvltCoeff;
virtual ~CWvltDoc();
unsigned char* m_pBitmap;
unsigned char* m_pTransfered;
//unsigned char* m_pImgData;
BOOL m_fDirty;
CString m_strFileName;
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
BOOL ReadBitmap(LPCTSTR lpszPathName, unsigned char*& buffer);
// Generated message map functions
protected:
//{{AFX_MSG(CWvltDoc)
afx_msg void OnWvltHortrans();
afx_msg void OnWvltVertrans();
afx_msg void OnWvltTransOnce();
afx_msg void OnWvltTransTwice();
afx_msg void OnWvltTransTrbl();
afx_msg void OnDiprocEnhace();
afx_msg void OnDiprocFusion();
afx_msg void OnDiprocRever();
afx_msg void OnFilterBlur();
afx_msg void OnFilterSharpness();
afx_msg void OnFilterBlur2();
afx_msg void OnFilterSharpness2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WVLTDOC_H__F604916E_698F_11D2_A679_0020AFD8B8B6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?