07063257_GLDoc.cpp
资源名称:aa.rar [点击查看]
上传用户:kuqidezhu
上传日期:2022-07-18
资源大小:4151k
文件大小:2k
源码类别:
3D图形编程
开发平台:
Visual C++
- // 07063257_GLDoc.cpp : implementation of the CMy07063257_GLDoc class
- //
- #include "stdafx.h"
- #include "07063257_GL.h"
- #include "07063257_GLDoc.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CMy07063257_GLDoc
- IMPLEMENT_DYNCREATE(CMy07063257_GLDoc, CDocument)
- BEGIN_MESSAGE_MAP(CMy07063257_GLDoc, CDocument)
- //{{AFX_MSG_MAP(CMy07063257_GLDoc)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- // DO NOT EDIT what you see in these blocks of generated code!
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CMy07063257_GLDoc construction/destruction
- CMy07063257_GLDoc::CMy07063257_GLDoc()
- {
- // TODO: add one-time construction code here
- }
- CMy07063257_GLDoc::~CMy07063257_GLDoc()
- {
- }
- BOOL CMy07063257_GLDoc::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- // TODO: add reinitialization code here
- // (SDI documents will reuse this document)
- return TRUE;
- }
- /////////////////////////////////////////////////////////////////////////////
- // CMy07063257_GLDoc serialization
- void CMy07063257_GLDoc::Serialize(CArchive& ar)
- {
- if (ar.IsStoring())
- {
- // TODO: add storing code here
- }
- else
- {
- // TODO: add loading code here
- }
- }
- /////////////////////////////////////////////////////////////////////////////
- // CMy07063257_GLDoc diagnostics
- #ifdef _DEBUG
- void CMy07063257_GLDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void CMy07063257_GLDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CMy07063257_GLDoc commands