[Insight-developers] changes to itkImageToVectorImage

Bill Lorensen bill.lorensen at gmail.com
Mon Nov 24 23:12:43 EST 2008


Casey,

Sorry for that. As far as I could tell the method was duplicating that
in the superclass. It probably never should have been made a public
method, but, I agree that we should retain it.

Bill

On Mon, Nov 24, 2008 at 9:24 PM, Karthik Krishnan
<karthik.krishnan at kitware.com> wrote:
> Casey:
>
> Thank you very much for the patch. Just applied.
>
> Casey Goodlett wrote:
>>
>> 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
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Insight-developers mailing list
>> Insight-developers at itk.org
>> http://www.itk.org/mailman/listinfo/insight-developers
>>
>
> --
> Karthik Krishnan
> R & D Engineer,
> Kitware Inc,
> Ph:  518 371 3971 x119
> Fax: 518 371 3971
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org
> http://www.itk.org/mailman/listinfo/insight-developers
>


More information about the Insight-developers mailing list