lorensen / VTKExamples

The VTK examples, formerly hosted on media wiki
Apache License 2.0
344 stars 157 forks source link

Updating ReadPolyData, CapClip: fixing window names, minor changes #586

Closed ajpmaclean closed 5 years ago

ajpmaclean commented 5 years ago

In ReadPolyData removed the dependency on kwsys and the function signature is now:

vtkSmartPointer<vtkPolyData> ReadPolyData(std::string const& fileName)