Closed N-Dekker closed 6 days ago
Did you include the Examples directory with these changes?
Did you include the Examples directory with these changes?
No, I only included files from "ITK/Modules", thanks for reminding me, Bradley! Would be nice for a follow-up!
(I'd rather not include them with this PR, as it is already quite large: over 100 code changes.)
/azp run ITK.macOS.Python
Two style commits:
T::Pointer var; var = x
withT::Pointer var = x
, following pull request #4952T::Pointer
withauto
when initializing variables byT::New()
, following pull request #2826