s045508Doc.h
上传用户:bjzhifu888
上传日期:2013-01-22
资源大小:136k
文件大小:2k
源码类别:

STL

开发平台:

Visual C++

  1. // s045508Doc.h : interface of the CS045508Doc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_S045508DOC_H__46498AAB_C614_4358_B860_ADEC692DD952__INCLUDED_)
  5. #define AFX_S045508DOC_H__46498AAB_C614_4358_B860_ADEC692DD952__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "afxtempl.h"
  10. #include "Vector.h" 
  11. class CS045508Doc : public CDocument
  12. {
  13. protected: // create from serialization only
  14. CS045508Doc();
  15. DECLARE_DYNCREATE(CS045508Doc)
  16. // Attributes
  17. public:
  18. CArray<CVector,CVector> VertexArray;
  19. CArray<CVector,CVector> NormalArray;
  20. int ncon,pcon;
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CS045508Doc)
  26. public:
  27. virtual BOOL OnNewDocument();
  28. virtual void Serialize(CArchive& ar);
  29. virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. virtual ~CS045508Doc();
  34. #ifdef _DEBUG
  35. virtual void AssertValid() const;
  36. virtual void Dump(CDumpContext& dc) const;
  37. #endif
  38. protected:
  39. // Generated message map functions
  40. protected:
  41. //{{AFX_MSG(CS045508Doc)
  42. // NOTE - the ClassWizard will add and remove member functions here.
  43. //    DO NOT EDIT what you see in these blocks of generated code !
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_S045508DOC_H__46498AAB_C614_4358_B860_ADEC692DD952__INCLUDED_)