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

Fix itkTypeMacro and fuzzyCorrFilter #102

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

KrisThielemans
Copy link
Collaborator

Fixes #101

Also replaces all itkTypeMacro with itkOverrideGetNameOfClassMacro for ITK >= 6.0

ITK 6.0 changes itkTypeMacro to check the classname, and also
deprecates it. We fix
- use the class name FuzzyCorrectionFilter as argument for itkTypeMacro
for older ITK
- remove itkOverrideGetNameOfClassMacro for 6.0 or greater.
@KrisThielemans KrisThielemans self-assigned this Dec 9, 2024
@KrisThielemans KrisThielemans merged commit 3ad7877 into UCL:master Dec 9, 2024
3 checks passed
@KrisThielemans KrisThielemans deleted the fixFuzzyCorrFilter branch December 9, 2024 21:28
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.

FuzzyCorrectionFilter should replace FuzzyCorrFilter, maybe?
1 participant