甜不辣歌另一个版本:vtk problem(using c++ code)

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 05:06:53
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";
}