[Insight-developers] ItkQuaternionRigidTransform.h change
Hans Johnson
hans-johnson at uiowa.edu
Sun Apr 10 12:19:59 EDT 2005
Stephen,
I am not going to change anything in ITK. The code I that invoked the
question was poorly written, and has been rewritten in an "ITK" mindset so
it no longer depends on any of those functions. As far as I am concerned,
you don't have to do anything.
Thanks,
Hans
On 4/9/05 4:03 PM, "Stephen R. Aylward" <aylward at unc.edu> wrote:
> Hi,
>
> As I recall that method was protected in some classes and public in
> others. In all, (I believe, but I could really be wrong) it was
> already marked as to-be-deprecated. When we made the transforms
> consistent we...made them consistent... :)
>
> The proper way to get an inverse of a transform is
> GetInverse(). You can then do a GetMatrix from that inverse if you
> wish...or even a gen_vnl_matrix or a GetVnlMatrix or.... :)
>
> Hold it! I just looked at the code (should have done that before I
> started typing :) ) In itkMatrixOffsetTransformBase, we kept the method
> as public for people just like you :) ...and continued to mark it as
> deprecated. In QuaternionRigid it is moved to being protected. Ooops
> - my mistake. We went back and forth on this and I must have missed one.
>
> You wanna move it or should I?
>
> However - please keep in mind that what you are doing isn't the
> preferred way of doing things - it may eventually go away...I actually
> don't have a problem with there being an GetInverseMatrix, but there was
> an argument against it...I actually don't recall that argument...but it
> was from one of the "big" ITK guys/gals (anyone recall?) so I think it
> was a good argument :) Could probably check the CVS archive to find out
> who initially deprecated it...
>
> Thanks,
> Stephen
>
>
>
> Thanks,
> Stephen
>
> Hans Johnson wrote:
>> Stephen,
>>
>> In the file itkQuaternionRigidTransform.h the member function
>> GetInverseMatrix was moved from public to private on March 9, 2005. This
>> is breaking a piece of code that I have (I "enhanced" mutual registration
>> program to write out "AIR" transform files). I am sure that I could rewrite
>> my code to get the inverse matrix external to the class, but I just wanted
>> to make sure that there was a good reason for changing the interface here.
>>
>> I just could not tell if this was the desired behavior or an inadvertant
>> change during other refactorings.
>>
>> Thanks,
>> Hans
>>
>>
>> _______________________________________________
>> Insight-developers mailing list
>> Insight-developers at itk.org
>> http://www.itk.org/mailman/listinfo/insight-developers
More information about the Insight-developers
mailing list