资源简介

利用OpenInventor(Coin3d)读取点云并显示

资源截图

代码片段和文件信息

// BoundingBox.cpp: implementation of the CBoundingBox class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “PtsThin.h“
#include “BoundingBox.h“

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

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CBoundingBox::CBoundingBox()
{

}

CBoundingBox::~CBoundingBox()
{

}

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

     文件        567  2012-05-16 11:28  PtsThin\BoundingBox.cpp

     文件        881  2012-05-16 20:30  PtsThin\BoundingBox.h

     文件      11430  2010-01-29 09:55  PtsThin\cat2.pts

     文件      12765  2012-05-16 20:31  PtsThin\Debug\BoundingBox.obj

     文件      20396  2012-05-16 20:37  PtsThin\Debug\MainFrm.obj

     文件       4321  2012-05-16 14:25  PtsThin\Debug\Point.obj

     文件     125201  2012-05-16 20:54  PtsThin\Debug\PtsCompressObj.obj

     文件     172089  2012-05-16 21:04  PtsThin\Debug\PtsThin.exe

     文件     641468  2012-05-16 21:04  PtsThin\Debug\PtsThin.ilk

     文件      33086  2012-05-16 21:04  PtsThin\Debug\PtsThin.obj

     文件    5632936  2012-05-16 11:07  PtsThin\Debug\PtsThin.pch

     文件     664576  2012-05-16 21:04  PtsThin\Debug\PtsThin.pdb

     文件       9752  2012-05-16 15:35  PtsThin\Debug\PtsThin.res

     文件      32311  2012-05-16 20:59  PtsThin\Debug\PtsThinDoc.obj

     文件      37925  2012-05-16 21:04  PtsThin\Debug\PtsThinView.obj

     文件     107621  2012-05-16 11:07  PtsThin\Debug\StdAfx.obj

     文件     451584  2012-05-16 21:07  PtsThin\Debug\vc60.idb

     文件     585728  2012-05-16 21:04  PtsThin\Debug\vc60.pdb

     文件       2531  2012-05-16 11:07  PtsThin\MainFrm.cpp

     文件       1770  2012-05-16 11:07  PtsThin\MainFrm.h

     文件        520  2012-05-16 11:10  PtsThin\Point.cpp

     文件        549  2012-05-16 14:25  PtsThin\Point.h

     文件       6410  2012-05-16 20:54  PtsThin\PtsCompressObj.cpp

     文件       2393  2012-05-16 20:54  PtsThin\PtsCompressObj.h

     文件       3103  2012-05-16 21:01  PtsThin\PtsThin.clw

     文件       4263  2012-05-16 21:00  PtsThin\PtsThin.cpp

     文件       5049  2012-05-16 20:21  PtsThin\PtsThin.dsp

     文件        537  2012-05-16 11:07  PtsThin\PtsThin.dsw

     文件       1367  2012-05-16 11:07  PtsThin\PtsThin.h

     文件      99328  2012-05-16 21:07  PtsThin\PtsThin.ncb

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

评论

共有 条评论