資源簡(jiǎn)介
VTK圖形圖像開(kāi)發(fā)進(jìn)階 教材配套源碼 十分完整的源碼,共同進(jìn)步!
代碼片段和文件信息
/**********************************************************************
??文件名:?main.cpp
??Copyright?(c)?張曉東?羅火靈.?All?rights?reserved.
??更多信息請(qǐng)?jiān)L問(wèn):?
????http://www.vtkchina.org?(VTK中國(guó))
http://blog.csdn.net/www_doling_net?(東靈工作室)?
**********************************************************************/
#include?“MainWindow.h“
#include?
//程序發(fā)布時(shí),可以添加以下語(yǔ)句,運(yùn)行時(shí)就不會(huì)帶控制臺(tái)輸出窗口
#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();
};
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????3777??2014-10-22?17:31??Examples\Appendix\FourViews\CMakeLists.txt
?????文件????????660??2014-10-22?17:31??Examples\Appendix\FourViews\CreateWindowsBatchsc
?????文件??????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\vtkInteractorst
?????文件???????3072??2014-10-13?09:32??Examples\Appendix\FourViews\vtkInteractorst
?????文件???????2463??2014-10-13?09:32??Examples\Appendix\FourViews\vtkOrientationAnnotation.cpp
............此處省略444個(gè)文件信息
評(píng)論
共有 條評(píng)論