ViennaLS
ViennaLS copied to clipboard
lsVTKReader
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