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

use CoordinateType #44

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

use CoordinateType #44

wants to merge 6 commits into from

Conversation

hjmjohnson
Copy link
Member

  • COMP: Use modern macro for name of class
  • STYLE: Syncronize with ITK clang-format 19
  • STYLE: CoordRepType -> CoordinateType code readability

@hjmjohnson hjmjohnson self-assigned this Jan 27, 2025
@hjmjohnson hjmjohnson force-pushed the use-CoordinateType branch 2 times, most recently from b5d5f09 to 9f52651 Compare January 28, 2025 03:01
For the sake of code readability, a new 'CoordinateType' alias is added for
each nested 'CoordRepType' alias. The old 'CoordRepType' aliases will still be
available with ITK 6.0, but it is recommended to use 'CoordinateType' instead.
The 'CoordRepType' aliases will be removed when 'ITK_FUTURE_LEGACY_REMOVE' is
enabled. Similarly, 'InputCoordinateType', 'OutputCoordinateType', and
'ImagePointCoordinateType' replace 'InputCoordRepType', 'OutputCoordRepType',
and 'ImagePointCoordRepType', respectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant