• 大小: 13.39MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-06-29
  • 语言: 其他
  • 标签: vtk  

资源简介

VTK图形图像开发进阶 教材配套源码 十分完整的源码,共同进步!

资源截图

代码片段和文件信息

/**********************************************************************

  文件名: main.cpp
  Copyright (c) 张晓东 罗火灵. All rights reserved.
  更多信息请访问: 
    http://www.vtkchina.org (VTK中国)
http://blog.csdn.net/www_doling_net (东灵工作室) 

**********************************************************************/

#include “MainWindow.h“
#include 

//程序发布时,可以添加以下语句,运行时就不会带控制台输出窗口
#pragma comment( linker “/subsystem:windows /entry:mainCRTStartup“ )

int main( int argc char **argv ) 
{
QApplication *app = new QApplication(argc argv);
QTextCodec::setCodecForTr(QTextCodec::codecForName(“GB2312“));

MainWindow window;
window.show();
return app->exec();
};


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

     文件       3777  2014-10-22 17:31  Examples\Appendix\FourViews\CMakeLists.txt

     文件        660  2014-10-22 17:31  Examples\Appendix\FourViews\CreateWindowsBatchscript.cmake

     文件      22104  2014-10-13 09:32  Examples\Appendix\FourViews\icon.aps

     文件        812  2014-10-22 17:31  Examples\Appendix\FourViews\icon.h

     文件       4286  2014-10-13 09:32  Examples\Appendix\FourViews\icon.ico

     文件       1704  2014-10-13 09:32  Examples\Appendix\FourViews\icon.rc

     文件        746  2014-10-22 17:31  Examples\Appendix\FourViews\main.cpp

     文件       7271  2014-10-22 17:31  Examples\Appendix\FourViews\MainWindow.cpp

     文件       2085  2014-10-22 17:31  Examples\Appendix\FourViews\MainWindow.h

     文件       1703  2014-10-13 09:32  Examples\Appendix\FourViews\MainWindow.ui

     文件        815  2014-10-22 17:31  Examples\Appendix\FourViews\resource.h

     文件         92  2014-10-13 09:32  Examples\Appendix\FourViews\resource.qrc

     文件        505  2014-10-22 17:31  Examples\Appendix\FourViews\StartVS.bat.in

     文件       1471  2014-10-22 17:31  Examples\Appendix\FourViews\vtkBorderSelectionWidget.cpp

     文件       1015  2014-10-22 17:31  Examples\Appendix\FourViews\vtkBorderSelectionWidget.h

     文件      21393  2014-10-22 17:31  Examples\Appendix\FourViews\vtkCornerChineseAnnotation.cpp

     文件       6828  2014-10-22 17:31  Examples\Appendix\FourViews\vtkCornerChineseAnnotation.h

     文件       2384  2014-10-22 17:31  Examples\Appendix\FourViews\vtkDataSet3DCroppingPlaneCallback.cpp

     文件       2032  2014-10-13 09:32  Examples\Appendix\FourViews\vtkDataSet3DCroppingPlaneCallback.h

     文件      23994  2014-10-22 17:31  Examples\Appendix\FourViews\vtkFreeTypeUtilitiesUnicode.cpp

     文件       8558  2014-10-22 17:31  Examples\Appendix\FourViews\vtkFreeTypeUtilitiesUnicode.h

     文件      20488  2014-10-22 17:31  Examples\Appendix\FourViews\vtkFTGLChineseCharacterMapper.cpp

     文件       5842  2014-10-22 17:31  Examples\Appendix\FourViews\vtkFTGLChineseCharacterMapper.h

     文件       2107  2014-10-13 09:32  Examples\Appendix\FourViews\vtkImage3DCroppingBoxCallback.cpp

     文件       1576  2014-10-13 09:32  Examples\Appendix\FourViews\vtkImage3DCroppingBoxCallback.h

     文件       8250  2014-10-13 09:32  Examples\Appendix\FourViews\vtkImageBlendWithMask.cpp

     文件       2502  2014-10-13 09:32  Examples\Appendix\FourViews\vtkImageBlendWithMask.h

     文件      22801  2014-10-13 09:32  Examples\Appendix\FourViews\vtkInteractorstyleImage2D.cpp

     文件       3072  2014-10-13 09:32  Examples\Appendix\FourViews\vtkInteractorstyleImage2D.h

     文件       2463  2014-10-13 09:32  Examples\Appendix\FourViews\vtkOrientationAnnotation.cpp

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

评论

共有 条评论