⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wvltdoc.h

📁 一种新型小波树构造程序
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -