资源简介
lidar数据的读入和显示,vc6.0下的关于lidar数据的读入和显示。
代码片段和文件信息
// D3Point.cpp: implementation of the CD3Point class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “DisplayLidarPoint.h“
#include “D3Point.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CD3Point::CD3Point()
{
}
CD3Point::~CD3Point()
{
}
CD3Point::CD3Point(double xdouble y double z)
{
this->x = x;
this->y = y;
this->z = z;
}
void CD3Point::SetPointXyz(double xdouble ydouble z)
{
this->x = x;
this->y = y;
this->z = z;
}
void CD3Point::GetXyz(double &xdouble &ydouble &z)
{
x = this->x;
y = this->y;
z = this->z;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3208736 2009-12-28 19:34 read lidar\1.dat
文件 2005687 2009-12-28 19:34 read lidar\1.las
文件 865 2009-12-27 21:13 read lidar\D3Point.cpp
文件 677 2009-12-27 21:13 read lidar\D3Point.h
文件 6679 2010-01-17 15:14 read lidar\Debug\D3Point.obj
文件 0 2010-01-17 15:14 read lidar\Debug\D3Point.sbr
文件 3220480 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.bsc
文件 139364 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.exe
文件 383568 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.ilk
文件 26684 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.obj
文件 6878572 2010-01-17 15:14 read lidar\Debug\DisplayLidarPoint.pch
文件 492544 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.pdb
文件 7556 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.res
文件 0 2010-01-21 21:37 read lidar\Debug\DisplayLidarPoint.sbr
文件 15533 2010-01-17 15:14 read lidar\Debug\DisplayLidarPointDoc.obj
文件 0 2010-01-17 15:14 read lidar\Debug\DisplayLidarPointDoc.sbr
文件 50262 2010-01-21 21:37 read lidar\Debug\DisplayLidarPointView.obj
文件 0 2010-01-21 21:37 read lidar\Debug\DisplayLidarPointView.sbr
文件 31506 2010-01-17 15:14 read lidar\Debug\lasreader.obj
文件 0 2010-01-17 15:14 read lidar\Debug\lasreader.sbr
文件 21181 2010-01-17 15:14 read lidar\Debug\laswriter.obj
文件 0 2010-01-17 15:14 read lidar\Debug\laswriter.sbr
文件 20188 2010-01-17 15:14 read lidar\Debug\MainFrm.obj
文件 0 2010-01-17 15:14 read lidar\Debug\MainFrm.sbr
文件 105867 2010-01-17 15:14 read lidar\Debug\StdAfx.obj
文件 1375037 2010-01-17 15:14 read lidar\Debug\StdAfx.sbr
文件 222208 2010-01-21 21:45 read lidar\Debug\vc60.idb
文件 372736 2010-01-21 21:37 read lidar\Debug\vc60.pdb
文件 44872 2010-01-21 21:37 read lidar\DisplayLidarPoint.aps
文件 2540 2010-01-21 21:27 read lidar\DisplayLidarPoint.clw
............此处省略33个文件信息
- 上一篇:C语言写的音乐播放器含源代码
- 下一篇:VC++MFC学生管理系统
相关资源
- 点云Las文件读写c++库 Lasib_msvc2015
- C++ 利用聚合函数FIRST或LAST求数据表中
- HT66Fxx+Flash单片机原理与实践+C语言
- BP 算法用于实现分类
- MCU读写SPI FLASH W25X40 的程序
- 华邦串行FLASH W25X40 读写程序范例,
- TI官方2833xflash擦写api文档与库安装文
- C++版通讯录管理系统的设计与实现
- 又一个douglas道格拉斯VC++算法
- 纯C++打造的Splash Screen类打造专业的启
- FileZilla_Server-0_9_41
- C++实战源码-播放Flash动画
- Stm32F030用Flash模拟EEPROM
- c++ 获取另一个程序的RichTextWndClass的内
- VC++2010工程中加入SPLASHSCREEN
评论
共有 条评论