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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSLOPE_H__2766A879_D92F_4E9A_BACD_195CF6A7DC77__INCLUDED_)
  2. #define AFX_DLGSLOPE_H__2766A879_D92F_4E9A_BACD_195CF6A7DC77__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSlope.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgSlope dialog
  10. class CDlgSlope : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgSlope(CWnd* pParent = NULL);   // standard constructor
  15. ITinPtr           m_ipT;
  16. IRasterDatasetPtr m_ipR;
  17. CString           m_OutputPath;
  18. CString           m_OutputRasterName_Slop;
  19. void CreateSlope(ITin*ipT);
  20. void CreateSlope(IRasterDataset*ipR);
  21. // Dialog Data
  22. //{{AFX_DATA(CDlgSlope)
  23. enum { IDD = IDD_DLG_SLOPE };
  24. CString m_edit_inputSurf_slope;
  25. double m_edit_OutputCellsizeSlope;
  26. CString m_edit_outputRaster_slope;
  27. int m_degree;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CDlgSlope)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDlgSlope)
  39. afx_msg void OnButtonInputsurfSlope();
  40. afx_msg void OnButtonOutputrasterSlope();
  41. virtual void OnOK();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_DLGSLOPE_H__2766A879_D92F_4E9A_BACD_195CF6A7DC77__INCLUDED_)