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.
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.
Follow-up to pull request #5198 commit b94770d8746133a441df1796e3d1628c6935adfc "STYLE: Move empty member functions with empty param list from .hxx to .h"
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!