• 大小: 1.78MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-31
  • 语言: C/C++
  • 标签: MFC  DEM  等高线  

资源简介

基于vc++6.0MFC平台下从文本形式存储的栅格DEM数据生成等高线,包括等高线的二维和三维显示。

资源截图

代码片段和文件信息

// 3DContourDoc.cpp : implementation file
//

#include “stdafx.h“
#include “WaferPainter.h“
#include “3DContourDoc.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// C3DContourDoc

IMPLEMENT_DYNCREATE(C3DContourDoc CDocument)

C3DContourDoc::C3DContourDoc()
{
}

BOOL C3DContourDoc::OnNewDocument()
{
if (!CDocument::OnNewDocument())
return FALSE;
return TRUE;
}

C3DContourDoc::~C3DContourDoc()
{
}


BEGIN_MESSAGE_MAP(C3DContourDoc CDocument)
//{{AFX_MSG_MAP(C3DContourDoc)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// C3DContourDoc diagnostics

#ifdef _DEBUG
void C3DContourDoc::AssertValid() const
{
CDocument::AssertValid();
}

void C3DContourDoc::Dump(CDumpContext& dc) const
{
CDocument::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// C3DContourDoc serialization

void C3DContourDoc::Serialize(CArchive& ar)
{
if (ar.IsStoring())
{
// TODO: add storing code here
}
else
{
// TODO: add loading code here
}
}

/////////////////////////////////////////////////////////////////////////////
// C3DContourDoc commands

void C3DContourDoc::Init(LPCTSTR lpszPathName)
{
m_ir.Read(lpszPathName);
Settitle(_T(“Untitled.3dc“));
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1558  2008-05-26 22:06  WaferPainter\3DContourDoc.cpp

     文件       1499  2002-06-12 18:27  WaferPainter\3DContourDoc.h

     文件       8526  2008-05-29 20:07  WaferPainter\3DContourView.cpp

     文件       2289  2003-12-07 19:00  WaferPainter\3DContourView.h

     文件       1602  2003-12-07 18:56  WaferPainter\3DData.h

     文件       5863  2008-05-26 22:07  WaferPainter\3DGrapher.cpp

     文件       4144  2003-12-07 21:52  WaferPainter\3DGrapher.h

     文件        895  2002-06-12 18:37  WaferPainter\baseData.h

     文件       1244  2003-12-07 18:55  WaferPainter\baseException.h

     文件       1539  2002-06-05 16:23  WaferPainter\ChildFrm.cpp

     文件       1397  2002-06-05 16:23  WaferPainter\ChildFrm.h

     文件       1626  2002-06-08 16:21  WaferPainter\ContourDoc.cpp

     文件       1477  2002-06-06 20:03  WaferPainter\ContourDoc.h

     文件       9132  2003-12-07 19:09  WaferPainter\ContourView.cpp

     文件       2166  2002-06-08 16:29  WaferPainter\ContourView.h

     文件       9238  2002-06-12 15:58  WaferPainter\Dib.cpp

     文件       1795  2003-12-07 21:53  WaferPainter\Dib.h

     文件       5013  2003-12-03 14:36  WaferPainter\GLSurfaceView.cpp

     文件       2135  2002-06-20 12:05  WaferPainter\GLSurfaceView.h

     文件        825  2003-12-07 18:56  WaferPainter\Grapher.h

     文件       1750  2003-12-07 18:59  WaferPainter\Image.h

     文件        257  2002-06-21 15:16  WaferPainter\InCell1.txt

     文件        977  2003-12-07 18:53  WaferPainter\InputReader.cpp

     文件        856  2002-06-05 10:35  WaferPainter\InputReader.h

     文件       1112  2003-12-03 11:25  WaferPainter\Interpolater.h

     文件       1920  2003-12-02 14:35  WaferPainter\InverseDist.h

     文件       2458  2003-12-07 22:07  WaferPainter\Kriging.h

     文件       3679  2002-06-21 16:44  WaferPainter\MainFrm.cpp

     文件       1515  2002-06-21 16:44  WaferPainter\MainFrm.h

     文件       7662  2003-12-07 18:26  WaferPainter\Matrix.h

............此处省略60个文件信息

评论

共有 条评论