InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.47k stars 686 forks source link

STYLE: Move empty member functions from .hxx to .h #5206

Closed N-Dekker closed 1 week ago

N-Dekker commented 1 week ago

Moved the member function definitions of member functions that have an empty member function definition from their "itk.hxx" file to the corresponding "itk.h" file, and into their class definition.

Found by regular expression ^..[^:,].+\)\r\n{} in "itk*.hxx" files.

@dpshamonin Denis, please have a look!

dpshamonin commented 1 week ago

Great!