Hello,<br><br>I was given a code example that makes use of vtkDataSetReader to open and read a .vtk file.<br>When I try to run the code example it errors out saying that the vtk module does not include a vtkDataSetReader.<br>
The import at the beginning of the python is:<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; from paraview import vtk<br><br>and the reader is referenced as:<br><br>&nbsp;&nbsp;&nbsp; reader = vtk.vtkDataSetReader()<br><br>It has been suggested that I may have to replace use of vtkDataSetReader with paraview.sources.LegacyVTKFileReader.<br>
<br>Question:<br>Should I make this replacement or is vtkDataSetReader missing from paraview.vtk?<br><br>We are using the latest developent HEAD of paraview as downloaded approx. two days ago.<br><br>Thank You,<br><br>Chris Cameron<br>