[Insight-users] SmartPointers in itkResampleImageFilter

Koen Van Leemput koen.vanleemput@hus.fi
Fri, 13 Dec 2002 15:22:23 +0200


Hi,

I'm having difficulties setting a transformation and an interpolator in a=
=20
tcl-wrapped itkResampleImageFilter. For some reason, SetTransform() and=20
SetInterpolator() in itkResampleImageFilter expects a SmartPointer rather=
=20
than a pointer, which causes the problem.=20

Would it be possible for one of the developers to change SetTransform() a=
nd=20
SetInterpolator() using itkSetObjectMacro's instead?

Koen