[Insight-developers] GetInverseTransform - MSVC 6 instantiation bug

Paul Koshevoy koshevoy at sci.utah.edu
Thu Apr 9 19:07:38 EDT 2009


>>
>>
>> Luis, your change is only applicable to transforms that have the same 
>> input/output dimension.  If the dimension varies then the inverse 
>> transform type is not the same as the forward transform type -- 
>> Inverse(TransformBase<3, 2>) == TransformBase<2, 3>.
>>
>>    Pavel
>>
>>
> -----------------
>
>
> Hi Pavel,
>
>
>     The TransfomBase class is not templated.
>
>     There is no TransformBase<3,2> nor TransformBase<2,3>.
>
>     TransformBase is the non-templated class that was
>     introduced in order to support Transform Factories.
>
>     The hierarchy of Transforms is described in:
>
> http://www.itk.org/Insight/Doxygen/html/classitk_1_1TransformBase.html
> http://www.itk.org/Insight/Doxygen/html/classitk_1_1TransformBase__inherit__graph.png 
>
>
>
>     Am I missing something ?
>

Sorry for the misunderstanding,  you are right.

    Pavel.


More information about the Insight-developers mailing list