DlgSetScene.h
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSETSCENE_H__DABB9D0C_4FBF_43D9_AED4_E4617C05EA5A__INCLUDED_)
  2. #define AFX_DLGSETSCENE_H__DABB9D0C_4FBF_43D9_AED4_E4617C05EA5A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSetScene.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgSetScene dialog
  10. #include "MainFrm.h"
  11. #include "3D0214Doc.h"
  12. #include "3D0214View.h"
  13. class CDlgSetScene : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CDlgSetScene(CWnd* pParent = NULL);   // standard constructor
  18. void SetExaggerationFactor(double factor);   //垂直拉伸
  19. // Dialog Data
  20. //{{AFX_DATA(CDlgSetScene)
  21. enum { IDD = IDD_DLD_SET_SCENE };
  22. double m_edit_exaggerationFactor;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CDlgSetScene)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CDlgSetScene)
  34. afx_msg void OnButtonExaggerationfactor();
  35. virtual void OnOK();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DLGSETSCENE_H__DABB9D0C_4FBF_43D9_AED4_E4617C05EA5A__INCLUDED_)