Skip to content
  • Haocheng LIU's avatar
    Fix bugs&typo in VTK Example folder · 039f7961
    Haocheng LIU authored and Haocheng LIU's avatar Haocheng LIU committed
    With VTK new version, find_package cannot find VTK_RENDERING_BACKEND
    properly. The solution is to call find_package(VTK REQUIRED) first, then
    use vtk_module_config to load the needed modules. Some typos are also fixed.
    For Statistics example, the SetInput function is replaced by SetInputDta
    function(See vtkTableAlgorithm class).
    039f7961