www.pudn.com > wavelet-vc++6.rar > CS96.h


#if !defined(AFX_CS96_H__4A90C422_CC48_11D4_9D72_5254AB265AB0__INCLUDED_) 
#define AFX_CS96_H__4A90C422_CC48_11D4_9D72_5254AB265AB0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CS96.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CCS96 dialog 
 
class CCS96 : public CDialog 
{ 
// Construction 
public: 
	void wt(int xs,long xsize,float *image); 
	void iwt(int xs,long xsize,float *image); 
	void coef(); 
	int a(int x,int xsize); 
	void mainprogram(); 
	CCS96(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CCS96) 
	enum { IDD = IDD_CS96 }; 
	int		m_length; 
	CString	m_infile; 
	CString	m_midfile; 
	CString	m_outfile; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCS96) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CCS96) 
	afx_msg void OnFilelook96(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CS96_H__4A90C422_CC48_11D4_9D72_5254AB265AB0__INCLUDED_)