Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ConvolveDialog.h
1 //
2 // ConvolveDialog.h
3 //
4 // Copyright (c) 2001 Virtual Terrain Project
5 // Free for all uses, see license.txt for details.
6 //
7 
8 #if !defined(AFX_CONVOLVEDIALOG_H__6EC309F2_4A95_11D3_818E_009027076B56__INCLUDED_)
9 #define AFX_CONVOLVEDIALOG_H__6EC309F2_4A95_11D3_818E_009027076B56__INCLUDED_
10 
11 #if _MSC_VER > 1000
12 #pragma once
13 #endif // _MSC_VER > 1000
14 // ConvolveDialog.h : header file
15 //
16 
18 // CConvolveDialog dialog
19 
20 class CConvolveDialog : public CDialog
21 {
22 // Construction
23 public:
24  CConvolveDialog(CWnd* pParent = NULL); // standard constructor
25 
26 // Dialog Data
27  //{{AFX_DATA(CConvolveDialog)
28  enum { IDD = IDD_THRESH_DIALOG };
29  int m_iSelection;
30  //}}AFX_DATA
31 
32 
33 // Overrides
34  // ClassWizard generated virtual function overrides
35  //{{AFX_VIRTUAL(CConvolveDialog)
36  protected:
37  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
38  //}}AFX_VIRTUAL
39 
40 // Implementation
41 protected:
42 
43  // Generated message map functions
44  //{{AFX_MSG(CConvolveDialog)
45 
46  //}}AFX_MSG
47  DECLARE_MESSAGE_MAP()
48 };
49 
50 //{{AFX_INSERT_LOCATION}}
51 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
52 
53 #endif // !defined(AFX_CONVOLVEDIALOG_H__6EC309F2_4A95_11D3_818E_009027076B56__INCLUDED_)