[Insight-developers] problem with FilterImageToImage

Luis Ibanez ibanez at cs.unc.edu
Sat Oct 7 00:17:06 EDT 2000


Hi,

Seems that this is a remanent of the recent 
change where an array of input pointers was
replaced by an STL vector of itkDataObjects. 

Maybe the equivalent expression is now: 

     m_Inputs.size()

so that line becomes

>   if (this->m_Inputs.size() < 1)

Luis


On Fri, 6 Oct 2000, Lydia Ng wrote:

> Hi,
> 
> There is a problem with the GetInput() method
> of FilterImageToImage.
> On line 50:
>   if (this->NumberOfInputs < 1)
> 
> NumberOfInputs is not a member of FilterImageToImage.
> 
> Lydia
> 
> 
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
> 





More information about the Insight-developers mailing list