[Insight-developers] Modification to GetClassName and eliminiation of itkTypeMacro ?

Lorensen, William E (Research) lorensen at crd . ge . com
Thu, 26 Jun 2003 16:30:40 -0400


Luis,
I like the addition of RTTI type info to the PrintSelf.

Should we replace the implementation of GetNameOfClass with 
 typeid( *this ).name()

Then, we could eliminate the itkTypeMacro, which just implements a
GetNameOfClass method.

Bill