[Insight-developers] Can the registration classes share a common
superclass?
Luis Ibanez
ibanez@choroid.cs.unc.edu
Tue, 10 Apr 2001 15:37:20 -0400 (EDT)
On Mon, 9 Apr 2001, Miller, James V (CRD) wrote:
> I was just skimming the registration classes and noticed that they all inherit from itk::Object. Can
> these classes share a common superclass other than itk::Object?
>
> It seems as though there should be some reuse across the various registration techniques. At a
> minimum, I would expect that Source and Target methods could be reused.
>
Yes, it makes sense,
How about setting a common class: itkRegistrationMethod.
This one deriving from itk::Object, and being templated over
Target & Reference ?