Skip to content

Move IOSS-reader internal class to its own file.

David Thompson requested to merge dcthomp/vtk:subclassable-ioss into master

This moves the vtkIOSSReader::vtkInternals class to vtkIOSSReaderInternal in preparation for a second reader subclassed from vtkIOSSReader that will need access to its internals. (This new reader will produce vtkCellGrid outputs instead of vtkUnstructuredGrid outputs.)

Backport: paraview/release

Merge request reports