www.pudn.com > DigtalImageProc.rar > FilterMask.h


#if !defined(AFX_FILTERMASK_H__22D7B14D_0EC7_4C0C_8EE4_F08D93B282A7__INCLUDED_) 
#define AFX_FILTERMASK_H__22D7B14D_0EC7_4C0C_8EE4_F08D93B282A7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FilterMask.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFilterMask dialog 
 
class CFilterMask : public CDialog 
{ 
// Construction 
public: 
	CFilterMask(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CFilterMask) 
	enum { IDD = IDD_FILTERMASKDIALOG }; 
	int		m_00; 
	int		m_01; 
	int		m_02; 
	int		m_10; 
	int		m_11; 
	int		m_12; 
	int		m_20; 
	int		m_21; 
	int		m_22; 
	int		m_Value; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFilterMask) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CFilterMask) 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FILTERMASK_H__22D7B14D_0EC7_4C0C_8EE4_F08D93B282A7__INCLUDED_)