VTK報錯彙總,附上解決方案

2021-10-03 00:08:45 字數 881 閱讀 7780

錯誤原因

解決方法

在指令碼標頭檔案的下面加上**:

#include "vtkautoinit.h" 

vtk_module_init(vtkrenderingopengl2); // vtk was built with vtkrenderingopengl2

vtk_module_init(vtkinteractionstyle);

上面的**也可以換成:

#define vtkrenderingcore_autoinit 2(vtkrenderingopengl2, vtkinteractionstyle)
2,failed getting the textrenderer instance/could not locate vtktextrenderer object."解決辦法

解決方法

**中加入

vtk_module_init(vtkrenderingfreetype);
3,vtkstandardnewmacro()定義自定義互動類時,出現語法錯誤;

使用vtkstandardnewmacro()定義新的互動類時,出現下面的語法型別錯誤:

error c4430: missing type specifier - int assumed. note: c++ does not support default-int

解決方法:

標頭檔案加入一行**

#include

Ubuntu常見報錯及解決方案彙總

部落格 github etc profile 中環境變數配置錯誤,導致系統無法正常啟動。按ctrl alt f1進入ubuntu命令列模式,修改 etc profile檔案,這是個環境變數配置檔案,之前最後作備份。開啟 etc profile檔案 如果只是你的私有變數有問題,可以用以下方式開啟,開啟...

CXF報錯及解決方案

報錯資訊,是專案實施中遇到的問題。解決方案是基於網上各路豪俠的解決方案綜合得出的。1.org.apache.cxf.binding.soap.soapfault the namespace on the definitions element,is not a valid soap version....

ireport啟動報錯解決方案

ireport啟動報錯解決方案 ireport啟動報錯 ireport cannot find jdk jdk5.0 or newer cannot be found in your mathine 上網搜了些文章,試了試幾個關鍵字都沒有發現解決方法,最後想可能用en會好些 如此平凡的問題 果然,i...