使用gcc建立第乙個VTK例子

2021-07-24 21:37:55 字數 492 閱讀 6581

例子是用cbs建立的,從example中複製的,編譯後執行提示有問題。

網上有解決方法,就是增加init的**。

完整**:

#include using namespace std;

#include "vtkactor.h"

#include "vtkcamera.h"

#include "vtkconesource.h"

#include "vtkrenderwindow.h"

#include "vtkrenderer.h"

#include int main()

cone->delete();

coneactor->delete();

ren1->delete();

renwin->delete();

getchar();

return 0;

}

執行時候顯示的是乙個旋轉的圓錐體。

建立第乙個sencha touch例子

第一步 在myeclipse 上 new 乙個 web project,project name 命名為 touch 第三步 新建index.js 檔案,如下 ext.loader.setpath ext.require ext.form.panel launch function var cont...

第乙個Authorware例子

對於flash和authorware兩個軟體,開始的時候自認為flash的作品短小精悍,有利於網路傳播,所以關注的比較多 但是現在發現authorware對於課件製作方面有獨特的優勢 方便!下面是乙個authorware製作時鐘的例子 1 調整視窗 resizewindow 300,300 2 畫表...

第乙個入門例子

1 配置thinkphp 2 嘗試控制器和檢視 1 資料庫 在開始之前,我們首先在資料庫thinkphp中建立乙個think data資料表 以mysql資料庫為例 create table if not exists think data id int 8 unsigned not null au...