www.pudn.com > Depthimage.rar > DepthimageDoc.h


// DepthimageDoc.h : interface of the CDepthimageDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_DEPTHIMAGEDOC_H__E93C02D5_D204_4F9E_BD6E_37FA4B8A61F3__INCLUDED_) 
#define AFX_DEPTHIMAGEDOC_H__E93C02D5_D204_4F9E_BD6E_37FA4B8A61F3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#define dian 1000 
 
class CDepthimageDoc : public CDocument 
{ 
protected: // create from serialization only 
	CDepthimageDoc(); 
	DECLARE_DYNCREATE(CDepthimageDoc) 
 
// Attributes 
public: 
    int a,b,c,r,f; 
	int x[dian],y[dian],z[dian],xx[dian],yy[dian]; 
	long int daxiao; 
    unsigned char* mdepth; 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDepthimageDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CDepthimageDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CDepthimageDoc) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
afx_msg void OnMysave(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DEPTHIMAGEDOC_H__E93C02D5_D204_4F9E_BD6E_37FA4B8A61F3__INCLUDED_)