InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_A… #135

Closed mseng10 closed 3 years ago

mseng10 commented 3 years ago

This PR fixes changes made in #2053. Essentially, ITK_DISALLOW_COPY_AND_ASSIGN has been changed to ITK_DISALLOW_COPY_AND_MOVE to more accurately convey the actions taking place. ITK_DISALLOW_COPY_AND_ASSIGN will only be used if ITK_FUTURE_LEGACY_REMOVE=OFF.

In addition, this will add ; to the end of several macros.

Lastly, several testing macros had their naming definitions changed to have an ITK_ in front of the definition.