Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace VTKPolyDataReader with itk::MeshFileReader, remove mesh reader/writer typefdefs #699

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

N-Dekker
Copy link
Member

@N-Dekker N-Dekker commented Aug 1, 2022

Related to issue #698 "Double-check limitations of vtk file support"

The documentation of `itk::VTKPolyDataReader` says:

> This class may be deprecated in the future. The MeshFileReader is preferred.

https://github.com/InsightSoftwareConsortium/ITK/blob/v5.3rc03/Modules/Core/Mesh/include/itkVTKPolyDataReader.h#L37-L38

Moreover:

> itkVTKPolyDataReader can only read triangle meshes

While `itk::MeshFileReader` does not have this limitation.

Related to issue #698 "Double-check limitations of vtk file support"
Each of these simple typedefs was used only once.
@N-Dekker N-Dekker merged commit 3d39d53 into develop Aug 1, 2022
@N-Dekker N-Dekker deleted the Replace-VTKPolyDataReader branch August 1, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant