RTKConsortium / RTK

Reconstruction Toolkit
Apache License 2.0
241 stars 142 forks source link

STYLE: Replace itkTypeMacro calls with `itkOverrideGetNameOfClassMacro` #572

Closed SimonRit closed 7 months ago

SimonRit commented 7 months ago

Follows InsightSoftwareConsortium/ITK@2c264ea2ef62e916c6ef947599ce659cc8fce5fe Done with command: sed -i "s/^( )itkTypeMacro(([:a-zA-Z0-9]), ([;a-zA-Z0-9]));/#if ITK_VERSION_MINOR == 3\n\1itkTypeMacro(\2, \3);\n#else\n\1itkOverrideGetNameOfClassMacro(\2);\n#endif/g"