You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Remove mistaken exception to data member initialization guideline
When a data member is set by a "setter" member function (`Set##name`, `On`, or
`Off`), it is still recommended to initialize the member according to this
guideline. Doing so prevents problems like the one addressed by pull request
InsightSoftwareConsortium/ITK#3845 commit
InsightSoftwareConsortium/ITK@a31e8bf
"BUG: Fix uninitialized value ImageRegistrationMethodv4::m_NumberOfLevels"
by Jon Haitz Legarreta Gorroño, 10 January 2023
0 commit comments