[Insight-developers] changes to itkImageToVectorImage

Casey Goodlett gcasey at sci.utah.edu
Mon Nov 24 19:46:31 EST 2008


Hi,

A recent change to itkImageToVectorImage has broken my application using
this filter.  The removal of the method SetNthInput causes my application to
no longer compile, because this method is defined as protected when
implemented in itkProcessObject.

It seems that SetInput can be equivalently used instead of SetNthInput , but
the documentation for ImageToVectorImageFilter uses SetNthInput in the
example usage, so maybe SetNthInput should still be restored for backwards
compatibility.

I've attached a patch for itkImageToVectorImage.h to restore SetNthInput.

Thank you.

-- 
Casey Goodlett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20081124/efdd3dfa/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imagetovectorimage.patch
Type: application/octet-stream
Size: 1058 bytes
Desc: not available
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20081124/efdd3dfa/attachment.obj>


More information about the Insight-developers mailing list