資源簡介
《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼,完整詳細(xì),學(xué)習(xí)VTK很好的資料!
代碼片段和文件信息
/**********************************************************************
??文件名:?main.cpp
??Copyright?(c)?張曉東?羅火靈.?All?rights?reserved.
??更多信息請訪問:?
????http://www.vtkchina.org?(VTK中國)
http://blog.csdn.net/www_doling_net?(東靈工作室)?
**********************************************************************/
#include?“MainWindow.h“
#include?
//程序發(fā)布時,可以添加以下語句,運(yùn)行時就不會帶控制臺輸出窗口
#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??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\CMakeLists.txt
?????文件????????660??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\CreateWindowsBatchsc
?????文件??????22104??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\icon.aps
?????文件????????812??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\icon.h
?????文件???????4286??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\icon.ico
?????文件???????1704??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\icon.rc
?????文件????????746??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\main.cpp
?????文件???????7271??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\MainWindow.cpp
?????文件???????2085??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\MainWindow.h
?????文件???????1703??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\MainWindow.ui
?????文件????????815??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\resource.h
?????文件?????????92??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\resource.qrc
?????文件????????505??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\StartVS.bat.in
?????文件???????1471??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkBorderSelectionWidget.cpp
?????文件???????1015??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkBorderSelectionWidget.h
?????文件??????21393??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkCornerChineseAnnotation.cpp
?????文件???????6828??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkCornerChineseAnnotation.h
?????文件???????2384??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkDataSet3DCroppingPlaneCallback.cpp
?????文件???????2032??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkDataSet3DCroppingPlaneCallback.h
?????文件??????23994??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkFreeTypeUtilitiesUnicode.cpp
?????文件???????8558??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkFreeTypeUtilitiesUnicode.h
?????文件??????20488??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkFTGLChineseCharacterMapper.cpp
?????文件???????5842??2014-10-22?17:31??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkFTGLChineseCharacterMapper.h
?????文件???????2107??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkImage3DCroppingBoxCallback.cpp
?????文件???????1576??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkImage3DCroppingBoxCallback.h
?????文件???????8250??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkImageBlendWithMask.cpp
?????文件???????2502??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkImageBlendWithMask.h
?????文件??????22801??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkInteractorst
?????文件???????3072??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkInteractorst
?????文件???????2463??2014-10-13?09:32??《VTK圖形圖像開發(fā)進(jìn)階》隨書代碼\Examples\Appendix\FourViews\vtkOrientationAnnotation.cpp
............此處省略445個文件信息
- 上一篇:小米攝像頭云臺版固件
- 下一篇:STM32F103C8T6開發(fā)參考例程代碼
評論
共有 條評論