• 大小: 957KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: 其他
  • 标签: 点云  

资源简介

可以读取文本文档,将散乱的大量三维点云数据显示出来,并进行,平移旋转等。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DianYun.h“

#include “MainFrm.h“
#include “DianYunDoc.h“
#include “DianYunView.h“
#include 


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

/////////////////////////////////////////////////////////////////////////////
// CDianYunApp

BEGIN_MESSAGE_MAP(CDianYunApp CWinApp)
//{{AFX_MSG_MAP(CDianYunApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDianYunApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDianYunApp object

CDianYunApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDianYunApp initialization

BOOL CDianYunApp::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

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CDianYunDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CDianYunView));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED);

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

     文件         60  2009-12-21 18:52  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\12.txt

     文件      25214  2007-10-30 03:15  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\app.ico

     文件        656  2007-10-30 03:15  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\app.xaml

     文件        525  2007-10-30 03:15  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\app.xaml.cs

     文件       2364  2007-10-30 03:15  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\mil3dpoints.csproj

     文件        196  2007-10-30 03:16  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\mssccprj.scc

     文件       8651  2007-10-30 03:15  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\window1.xaml

     文件      19546  2007-10-30 03:15  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp\window1.xaml.cs

    ..AD...         0  2009-10-15 09:37  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\csharp

    ..AD...         0  2009-10-15 09:37  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\metaDATA

     文件       5516  2007-12-11 14:59  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample\readme.htm

     目录          0  2009-10-15 09:37  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample

     文件      11354  2007-12-18 17:52  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\point3dsample.zip

     文件      24079  2005-10-23 00:20  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\readdata.txt

     文件      10250  2009-10-15 09:57  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\readdata1.txt

     文件       4532  2007-12-18 18:11  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data\Visual Studio Sample Code_zh-cn.txt

     目录          0  2009-12-21 18:52  点云快速读取,ptx+和txt格式的都可以\新建文件夹\data

     文件     143486  2009-12-08 09:32  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.exe

     文件      23850  2009-10-15 09:19  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.obj

     文件     484352  2009-10-30 10:59  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.pdb

     文件       8108  2009-10-15 16:10  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.res

     文件          0  2009-10-15 09:19  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYun.sbr

     文件      15619  2009-10-15 09:19  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunDoc.obj

     文件          0  2009-10-15 09:19  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunDoc.sbr

     文件      67184  2009-12-08 09:32  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunView.obj

     文件          0  2009-12-08 09:32  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\DianYunView.sbr

     文件      21278  2009-10-15 16:10  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\MainFrm.obj

     文件          0  2009-10-15 16:10  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\MainFrm.sbr

     文件     106426  2009-10-15 09:19  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\StdAfx.obj

     文件    1375054  2009-10-15 09:19  点云快速读取,ptx+和txt格式的都可以\新建文件夹\Debug\StdAfx.sbr

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

评论

共有 条评论