Imageview1.h
上传用户:aqingfeng
上传日期:2014-03-25
资源大小:1839k
文件大小:2k
源码类别:

波变换

开发平台:

Visual C++

  1. #if !defined(AFX_IMAGEVIEW1_H__598A5378_6C86_46A9_8BF7_2079E3A19A8B__INCLUDED_)
  2. #define AFX_IMAGEVIEW1_H__598A5378_6C86_46A9_8BF7_2079E3A19A8B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Imageview1.h : header file
  7. //
  8. #include "小波变换Doc.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CImageview view
  11. class CImageview : public CView
  12. {
  13. protected:
  14. CImageview();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CImageview)
  16. // Attributes
  17. public:
  18. CMyDoc* GetDocument();
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CImageview)
  24. public:
  25. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. protected:
  28. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  29. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);     // overridden to draw this view
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. virtual ~CImageview();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. // Generated message map functions
  40. protected:
  41. //{{AFX_MSG(CImageview)
  42. // NOTE - the ClassWizard will add and remove member functions here.
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. #ifndef _DEBUG  // debug version in 小波变换View.cpp
  47. inline CMyDoc* CImageview::GetDocument()
  48.    { return (CMyDoc*)m_pDocument; }
  49. #endif
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_IMAGEVIEW1_H__598A5378_6C86_46A9_8BF7_2079E3A19A8B__INCLUDED_)