天津一中滨海分校招聘:vtk problem(using c++ code)

来源:百度文库 编辑:中科新闻网 时间:2024/05/11 05:43:27
I want to get a c++ code of the problem!
use the vtk to deal with the following problem:
1.change the image to vsp file and save it.
2.show the vsp file (visulization).I want to see the object,the crosssection of the object.
3.edit the vsp file
问题补充:
想用VTK 读取vsp文件,并显示,编辑.然后保存.谁会阿?
用c++的
我已经会读取为vtkStructedPoints 解构.

main()
{
cout<<"shit";
}