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