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

📄 gamatchview.h

📁 数字摄影测量相关算法编程,在VC环境下实现影像特征点提取.
💻 H
字号:
// GaMatchView.h : interface of the CGaMatchView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_GAMATCHVIEW_H__C927DF71_B976_11D4_B93A_F83F97A61B0F__INCLUDED_)
#define AFX_GAMATCHVIEW_H__C927DF71_B976_11D4_B93A_F83F97A61B0F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CGaMatchView : public CScrollView
{
protected: // create from serialization only
	CGaMatchView();
	DECLARE_DYNCREATE(CGaMatchView)

// Attributes
public:
	CGaMatchDoc* GetDocument();
   CGaMatchDoc* pDoc;  
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CGaMatchView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CGaMatchView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CGaMatchView)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in GaMatchView.cpp
inline CGaMatchDoc* CGaMatchView::GetDocument()
   { return (CGaMatchDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GAMATCHVIEW_H__C927DF71_B976_11D4_B93A_F83F97A61B0F__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -