www.pudn.com > VRGIS-2005.rar > dem_testDoc.h, change:2001-04-06,size:1779b


// dem_testDoc.h : interface of the CDem_testDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_DEM_TESTDOC_H__FF34E14A_04FB_4951_8C84_2CE16D36C86B__INCLUDED_) 
#define AFX_DEM_TESTDOC_H__FF34E14A_04FB_4951_8C84_2CE16D36C86B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
class data_info { 
public: 
	double left_bottom_x; 
	double left_bottom_y; 
	double right_up_x; 
	double right_up_y; 
	long   num_X; 
	long   num_Y; 
	double span_X; 
	double span_Y; 
	double scale; 
	float  min_high; 
	float  max_high; 
	float*  m_pdata; 
} ; 
 
class CDem_testDoc : public CDocument 
{ 
protected: // create from serialization only 
	CDem_testDoc(); 
	DECLARE_DYNCREATE(CDem_testDoc) 
 
// Attributes 
public: 
   int m; 
   int n; 
int wwwwwwwwwwwwwww; 
   float dix[550][550]; 
   data_info datainfo; 
   int tou[12][12][11]; 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDem_testDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	void readdata(); 
	virtual ~CDem_testDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CDem_testDoc) 
	afx_msg void Onreadfile(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DEM_TESTDOC_H__FF34E14A_04FB_4951_8C84_2CE16D36C86B__INCLUDED_)