reconstruct

所属分类:图形图像处理
开发工具:Visual C++
文件大小:5406KB
下载次数:20
上传日期:2010-09-21 09:45:43
上 传 者nuoya1985
说明:  输入DICOM格式的图像,利用MARCHINGCUBE进行三维重建,并可调试不同的颜色,可自由转动。
(Enter DICOM format images were reconstructed using MARCHINGCUBE can debug a different color, can be free to rotate.)

文件列表:
reconstruct\step5Dlg.h (1607, 2007-03-23)
reconstruct\StdAfx.cpp (207, 2004-07-11)
reconstruct\StdAfx.h (999, 2004-07-11)
reconstruct\STEP5.CLW (1010, 2010-09-21)
reconstruct\STEP5.CPP (1843, 2004-07-11)
reconstruct\STEP5.DSW (533, 2004-07-11)
reconstruct\STEP5.H (1313, 2004-07-11)
reconstruct\Step5.ncb (279552, 2010-09-21)
reconstruct\step5.plg (3362, 2010-09-21)
reconstruct\resource.h (867, 2007-03-23)
reconstruct\step5.dsp (5420, 2009-11-17)
reconstruct\step5.rc (5152, 2010-03-10)
reconstruct\step5.aps (20464, 2010-09-21)
reconstruct\Vtk.cpp (4227, 2010-03-19)
reconstruct\Vtk.h (1633, 2010-03-19)
reconstruct\step5Dlg.cpp (7599, 2007-03-28)
reconstruct\Debug\vc60.idb (541696, 2010-09-21)
reconstruct\Debug\step5.res (8540, 2010-03-11)
reconstruct\Debug\vc60.pdb (634880, 2010-09-21)
reconstruct\Debug\StdAfx.sbr (1361427, 2010-09-21)
reconstruct\Debug\step5.sbr (495772, 2010-09-21)
reconstruct\Debug\step5Dlg.sbr (518948, 2010-09-21)
reconstruct\Debug\VTK.sbr (520498, 2010-09-21)
reconstruct\Debug\step5.pdb (2851840, 2010-09-21)
reconstruct\Debug\step5.bsc (5579776, 2010-03-29)
reconstruct\Debug\step5.exe (1343533, 2010-09-21)
reconstruct\Debug\step5.ilk (1780020, 2010-09-21)
reconstruct\Debug\step5.pch (7442280, 2010-09-21)
reconstruct\Debug\StdAfx.obj (106959, 2010-09-21)
reconstruct\Debug\VTK.obj (22938, 2010-09-21)
reconstruct\Debug\step5Dlg.obj (40792, 2010-09-21)
reconstruct\Debug\step5.obj (24642, 2010-09-21)
reconstruct\RES\STEP5.ICO (1078, 2004-07-11)
reconstruct\RES\STEP5.RC2 (397, 2004-07-11)
reconstruct\STEP5.OPT (79872, 2010-09-21)
reconstruct\Debug (0, 2010-06-12)
reconstruct\RES (0, 2010-06-12)
reconstruct (0, 2010-06-12)

本程序文件比较多,看起来很复杂。但是大部分文件都是创建MFC基于对话框的应用程序时,IDE自动创建的。最重要的文件是VTK.h和VTK.cpp。它定义了一个新类CVTK负责实现所有关于VTK的处理。 CVTK的接口在方法void BeginRenderOn(CStatic* aStatic)上面。需要传递绘制区。 在vtk.h和vtk.cpp之外的代码有两处和实现本程序的功能有关。第一个是为对话框添加了一个成员变量m_vtk,另一个就是在对话框的初始化函数中调用了BeginRenderOn。

近期下载者

相关文件


收藏者