www.pudn.com > ISODATA.rar > dlgisodataopt.h


#if !defined(AFX_DLGISODATAOPT_H__1C378927_B279_4A1C_AA95_0CDDF88A7CD3__INCLUDED_) 
#define AFX_DLGISODATAOPT_H__1C378927_B279_4A1C_AA95_0CDDF88A7CD3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// dlgisodataopt.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlgISODATAOpt dialog 
 
class CDlgISODATAOpt : public CDialog 
{ 
// Construction 
public: 
	CDlgISODATAOpt(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgISODATAOpt) 
	enum { IDD = IDD_DIALOG_ISODATAOPT }; 
	CString	m_strCenThres; 
	CString	m_strClassMinNum; 
	CString	m_strDemaK; 
	CString	m_strIterMaxNum; 
	CString	m_strMergMaxNum; 
	CString	m_strSigInterM; 
	CString	m_strSigThres; 
	CString	m_strIterNum; 
	int		m_iNoExamMidFile; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgISODATAOpt) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgISODATAOpt) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
public: 
	int SetISODATAOpt(ISODATA_OPT& ISODATAOpt, int iIterNum); 
	int GetISODATAOpt(ISODATA_OPT& ISODATAOpt); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGISODATAOPT_H__1C378927_B279_4A1C_AA95_0CDDF88A7CD3__INCLUDED_)