• 大小: 6.23MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-27
  • 语言: 其他
  • 标签: stl  分层  

资源简介

可用于stl文件的快速分层,其分层速度相对比较快,应该可满足应用需求

资源截图

代码片段和文件信息

// coutour.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “coutour.h“
#include “coutourDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCoutourApp

BEGIN_MESSAGE_MAP(CCoutourApp CWinApp)
//{{AFX_MSG_MAP(CCoutourApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCoutourApp construction

CCoutourApp::CCoutourApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCoutourApp object

CCoutourApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCoutourApp initialization

BOOL CCoutourApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CCoutourDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-01-23 16:48  contour\
     目录           0  2015-01-23 16:38  contour\Debug\
     文件       20889  2015-01-23 16:20  contour\Debug\AllContour.obj
     文件       10131  2015-01-23 16:20  contour\Debug\AllContour.sbr
     文件        4128  2015-01-23 16:20  contour\Debug\GlobalFunctions.obj
     文件        1914  2015-01-23 16:20  contour\Debug\GlobalFunctions.sbr
     文件       18218  2015-01-23 16:20  contour\Debug\OneContour.obj
     文件        8578  2015-01-23 16:20  contour\Debug\OneContour.sbr
     文件       16886  2015-01-23 16:20  contour\Debug\PointPath.obj
     文件        8628  2015-01-23 16:20  contour\Debug\PointPath.sbr
     文件      105932  2015-01-23 16:20  contour\Debug\StdAfx.obj
     文件     1361736  2015-01-23 16:20  contour\Debug\StdAfx.sbr
     文件      155302  2015-01-23 16:20  contour\Debug\Triangulate.obj
     文件      125933  2015-01-23 16:20  contour\Debug\Triangulate.sbr
     文件     6843304  2015-01-23 16:20  contour\Debug\coutour.pch
     文件       14792  2015-01-23 16:20  contour\Debug\coutour.res
     文件      246784  2015-01-23 16:38  contour\Debug\vc60.idb
     文件      413696  2015-01-23 16:38  contour\Debug\vc60.pdb
     文件       13396  2014-12-05 11:57  contour\OpenGL.cpp
     文件        2286  2015-01-23 16:38  contour\OpenGL.h
     文件        8205  2014-12-05 11:57  contour\PointPath.cpp
     文件        1607  2014-12-05 11:57  contour\PointPath.h
     文件        3597  2014-12-05 11:57  contour\ReadMe.txt
     文件         288  2014-12-05 11:57  contour\StdAfx.cpp
     文件        1168  2014-12-05 11:57  contour\StdAfx.h
     文件         663  2014-12-05 11:57  contour\XPstyle.manifest
     目录           0  2015-01-23 15:10  contour\contour\
     文件        5704  2014-12-05 11:57  contour\contour\AllContour.cpp
     文件        1336  2014-12-05 11:57  contour\contour\AllContour.h
     文件         250  2014-12-05 11:57  contour\contour\GlobalFunctions.cpp
     文件         721  2014-12-05 11:57  contour\contour\GlobalFunctions.h
............此处省略31个文件信息

评论

共有 条评论