Skip to content

Fix itkTypeMacro and fuzzyCorrFilter#102

Merged
KrisThielemans merged 2 commits into
UCL:masterfrom
KrisThielemans:fixFuzzyCorrFilter
Dec 9, 2024
Merged

Fix itkTypeMacro and fuzzyCorrFilter#102
KrisThielemans merged 2 commits into
UCL:masterfrom
KrisThielemans:fixFuzzyCorrFilter

Conversation

@KrisThielemans

Copy link
Copy Markdown
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
@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