很高兴在雪易的CSDN遇见你
VTK技术爱好者 QQ:870202403
前言
本文分享VTK样例MiscCellData,了解如何创建PolyData数据,希望对各位小伙伴有所帮助!
感谢各位小伙伴的点赞+关注,小易会继续努力分享,一起进步!
你的点赞就是我的动力(^U^)ノ~YO
1. MiscCellData
// We will write the resulting file to Test.vtp so it can be inspected in Paraview
std::string outputFilename = "output.vtp";
// Setup 3 points
vtkSmartPointer<vtkPoints> points =
vtkSmartPointer<vtkPoints>::New();
points->InsertNextPoint(1