SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
449 stars 110 forks source link

STYLE: Remove `this->MakeOutput(0)` calls from constructors #1116

Closed N-Dekker closed 1 month ago

N-Dekker commented 1 month ago

Analogue to ITK pull request https://github.com/InsightSoftwareConsortium/ITK/pull/4654

Following C++ Core Guidelines, February 15, 2024, "Don’t call virtual functions in constructors and destructors", https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-ctor-virtual