• 大小: 4.52MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-19
  • 语言: C/C++
  • 标签: lidar  las  

资源简介

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个文件信息

评论

共有 条评论