ENH: update vtk reading to handle new legacy format (#2094)
- with the changes in vtkCellArray, the legacy files now have OFFSET, CONNECTIVITY information. - support reading of both versions. - continue to generate legacy format 2.0, since this is what many programs still expect
Showing
- src/fileFormats/vtk/read/vtkUnstructuredReader.C 487 additions, 245 deletionssrc/fileFormats/vtk/read/vtkUnstructuredReader.C
- src/fileFormats/vtk/read/vtkUnstructuredReader.H 47 additions, 38 deletionssrc/fileFormats/vtk/read/vtkUnstructuredReader.H
- src/fileFormats/vtk/read/vtkUnstructuredReaderTemplates.C 8 additions, 31 deletionssrc/fileFormats/vtk/read/vtkUnstructuredReaderTemplates.C
- src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.C 3 additions, 2 deletionssrc/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.C
Please register or sign in to comment