Print all member variables in `PrintSelf` methods
jhlegarreta opened this issue · 1 comments
jhlegarreta commented
All member variables should be printed in the PrintSelf
methods. This helps identifying uninitialized variables.
jhlegarreta commented
@vikramc1 This is an easy but a very useful one 😉 . Read the ITK Software Guide about best practices when completing the PrintSelf
methods.