www.pudn.com > 图像处理源代码.rar > HView.h
#if !defined(AFX_HVIEW_H__3220F6A9_198A_11D5_B65E_B41180F2A07A__INCLUDED_)
#define AFX_HVIEW_H__3220F6A9_198A_11D5_B65E_B41180F2A07A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHView dialog
class CHView : public CDialog
{
// Construction
public:
BOOL DisplayHistogram();
int* Histo;
CHView(int* H,CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHView)
enum { IDD = IDD_HISTO };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CHView)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HVIEW_H__3220F6A9_198A_11D5_B65E_B41180F2A07A__INCLUDED_)