[Insight-users] bspline bulk transform
Jens Fisseler
fisseler at rob.uni-luebeck.de
Fri Aug 6 03:33:12 EDT 2004
Hi Karl,
> In the file itkBSplineDeformableTransform.h there is a private variable
> m_BulkTransform that represents the bulk transform. In the constructor for
> BSplineDeformableTransform this gets set to the identity transform.
>
> I would like to set the bulk transform to something other than this, but
> there appears to be no way to access m_BulkTransform and hence change the
> bulk transform.
>
> Could someone show me code to change the bulk transform?
'BSplineDeformableTransform' has a method called 'SetBulkTransform' (see
http://www.itk.org/Doxygen16/html/classitk_1_1BSplineDeformableTransform.html#z716_0 ). This should do the job.
-- Jens
More information about the Insight-users
mailing list