s045508Doc.h
资源名称:HeShi.rar [点击查看]
上传用户:bjzhifu888
上传日期:2013-01-22
资源大小:136k
文件大小:2k
源码类别:
STL
开发平台:
Visual C++
- // s045508Doc.h : interface of the CS045508Doc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_S045508DOC_H__46498AAB_C614_4358_B860_ADEC692DD952__INCLUDED_)
- #define AFX_S045508DOC_H__46498AAB_C614_4358_B860_ADEC692DD952__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "afxtempl.h"
- #include "Vector.h"
- class CS045508Doc : public CDocument
- {
- protected: // create from serialization only
- CS045508Doc();
- DECLARE_DYNCREATE(CS045508Doc)
- // Attributes
- public:
- CArray<CVector,CVector> VertexArray;
- CArray<CVector,CVector> NormalArray;
- int ncon,pcon;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CS045508Doc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CS045508Doc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CS045508Doc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_S045508DOC_H__46498AAB_C614_4358_B860_ADEC692DD952__INCLUDED_)