You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, lsVTKReader fails if the read file does not conform exactly to the output format, i.e. there is an additional data component after a VTK filter was applied. In order to fix this, several steps are necessary:
Add support for vtkPointData
Add convenience functions for reading vtkPointData and vtkCellData
Add meaningful default cases or warnings
The text was updated successfully, but these errors were encountered:
Currently, lsVTKReader fails if the read file does not conform exactly to the output format, i.e. there is an additional data component after a VTK filter was applied. In order to fix this, several steps are necessary:
The text was updated successfully, but these errors were encountered: