[Insight-developers] typedef Superclass

Will Schroeder will.schroeder at kitware.com
Fri Oct 6 12:15:45 EDT 2000


Hi Folks-

I've added a typedef Superclass to all classes with superclasses.
This should be used whenever referring to the superclass. (Example:
PrintSelf() typically invokes Superclass::PrintSelf(os,indent) to chain
the print method up the inheritance hierarchy. (I have modified all PrintSelf
methods to reflect this.)

Will





More information about the Insight-developers mailing list