MantisBT - ITK
View Issue Details
0002160ITKpublic2005-08-16 23:282007-09-21 16:01
Richard Beare 
Luis Ibanez 
lowfeaturealways
closedfixed 
 
 
0002160: python bindings for transform initializers
There doesn't seem to be any way of accessing the initializers from interpreted languages at present.

Things like CenteredTransformInitializer and

VersorRigid3DTransformOptimizer

I've started looking into adding these bindings, but I'm not sure of the conventions when something is templated on the transform type.
No tags attached.
Issue History
2007-09-21 16:00Luis IbanezNote Added: 0009207
2007-09-21 16:01Luis IbanezStatusassigned => closed
2007-09-21 16:01Luis IbanezNote Added: 0009208
2007-09-21 16:01Luis IbanezResolutionopen => fixed

Notes
(0009207)
Luis Ibanez   
2007-09-21 16:00   
They are wrapped now with WrapITK,
not with the traditional wrapping.

Insight/Wrapping/WrapITK/Modules/BaseTransforms

wrap_itkCenteredTransformInitializer.cmake
wrap_itkCenteredVersorTransformInitializer.cmake
(0009208)
Luis Ibanez   
2007-09-21 16:01   
done in WrapITK.