资源简介
利用VTK读取dicom文件并通过滑块进行窗宽床调节

代码片段和文件信息
// myVTK.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “myVTK.h“
#include “myVTKDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMyVTKApp
BEGIN_MESSAGE_MAP(CMyVTKApp CWinApp)
//{{AFX_MSG_MAP(CMyVTKApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMyVTKApp construction
CMyVTKApp::CMyVTKApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMyVTKApp object
CMyVTKApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMyVTKApp initialization
BOOL CMyVTKApp::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
CMyVTKDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36172 2010-04-26 19:55 myVTK\myVTK.aps
文件 1542 2010-05-02 22:21 myVTK\myVTK.clw
文件 2049 2010-04-22 20:28 myVTK\myVTK.cpp
文件 4875 2010-04-26 10:15 myVTK\myVTK.dsp
文件 535 2010-04-22 20:28 myVTK\myVTK.dsw
文件 1313 2010-04-22 20:28 myVTK\myVTK.h
文件 74752 2010-05-02 22:23 myVTK\myVTK.ncb
文件 593920 2010-05-02 22:23 myVTK\myVTK.opt
文件 422 2010-05-02 22:22 myVTK\myVTK.plg
文件 362 2010-05-02 22:23 myVTK\myVTK.positions
文件 6136 2010-04-26 19:55 myVTK\myVTK.rc
文件 11273 2010-05-02 22:21 myVTK\myVTKDlg.cpp
文件 2869 2010-05-02 22:19 myVTK\myVTKDlg.h
文件 3561 2010-04-22 20:28 myVTK\ReadMe.txt
文件 1078 2010-04-22 20:28 myVTK\res\myVTK.ico
文件 397 2010-04-22 20:28 myVTK\res\myVTK.rc2
目录 0 2010-04-22 20:28 myVTK\res
文件 1097 2010-04-26 19:31 myVTK\resource.h
文件 207 2010-04-22 20:28 myVTK\StdAfx.cpp
文件 1054 2010-04-22 20:28 myVTK\StdAfx.h
目录 0 2010-05-03 15:54 myVTK
----------- --------- ---------- ----- ----
743614 21
- 上一篇:SD卡座的各种封装
- 下一篇:altium designer自己做的常用元件库
相关资源
- vtk QT做的三维地质可视化系统2of2
- DICOM图像读取以及窗宽,窗位调整
- DICOM文件读取程序
- 未压缩与压缩的dicom文件
- 图像处理vtk体数据
- Dicomworks
- DICOM协议中文版本
- 一个完整放射治疗病例DICOM文件含图像
- DICOM Explorer
- DICOM学习资料整理,快速上手教程,学
- 基于VTK的地质体真三维可视化原理和
- 眼底相机眼科设备DICOM文件
- dicom协议中文文档
- DICOM读取,解析
- VTK体绘制裁剪_Cropping技术
- VTK+PCL+VS2013显示一个图形的基本功能
- pcl 1.7.2(vtk6.2)+vs2013_x64 +test.pcd点云
- DICOM中文版简书
- Oviyam-2.7.4开源Web DICOM浏览器
- 基于VTk的点云显示,构网Delaunay Tin,
- 《医学图像编程技术》源码
- VTK教程—东灵
- Dicom的CT图像,一个系列的图像。一共
- DICOM医学图像DCM格式
- DICOM打印软件
- 大名鼎鼎的开源PACS 加速DICOM开发
- dicomviewer.rar
- PCL+QVTK点云可视化
- dicom3.0标准中文版
- 《VTK用户手册》中文版
评论
共有 条评论