[Insight-users] some classes wanted in python

Luis Ibanez luis.ibanez at kitware.com
Wed, 28 Apr 2004 15:12:49 -0400


Hi Carrie,


As Brad pointed out, this classes are already
being wrapped.  Maybe you are not looking for
the right names, here is how you use them from
Python:



    from InsightToolkit import *

    vt = itkVersorRigid3DTransform_New()
    qt = itkQuaternionRigidTransform_New()



Regards,



    Luis


-------------------
Brad King wrote:
> Carrie wrote:
> 
>> Hi Luis,
>>
>>          We want to use 3D translation Transform in python. But we 
>> cannot find the QuaternionRigidTransform or VersorRigid3Dtransform 
>> classes wrapped in python.
> 
> 
> The wrappers for these classes should already be present.
> They are configured in Wrapping/CSwig/Common/wrap_ITKRigidTransforms.cxx.
> 
> -Brad
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>