[Insight-developers] AntiAliasBinaryImageFilter dummy constructor needed

Luis Ibanez luis.ibanez at kitware.com
Mon Oct 24 18:37:24 EDT 2005


Hi Gaetan,

Thanks for the clarification.

We just committed the modification.

The Copy constructor and operator=() methods were
added as declarations, without their implementation.

Please let us know if you find any other problem.


    Thanks


       Luis


-------------------
Gaetan Lehmann wrote:
> Hi Luis,
> 
> I wanted to say dummy copy constructor. They are needed to be able to wrap 
> this filter:
> 
> AntiAliasBinaryImageFilter(const Self&); //purposely not implemented
> void operator=(const Self&); //purposely not implemented
> 
> Regards,
> 
> Gaetan
> 
> On Monday 24 October 2005 20:56, Luis Ibanez wrote:
> 
>>Hi Gaetan,
>>
>>There is already a default constructor in the
>>AntiAliasBinaryImageFilter.
>>
>>It is implemented in
>>
>>
>>    Insight/Code/Algorithms/
>>            itkAntiAliasBinaryImageFilter.txx
>>
>>
>>in lines 59-79.
>>
>>
>>
>>Do you require an additional constructor ?
>>
>>
>>Please let us know,
>>
>>
>>    Thanks
>>
>>
>>       Luis
>>
>>
>>-----------------------
>>
>>Gaetan Lehmann wrote:
>>
>>>Hi,
>>>
>>>Add dummy constructor need to be added to AntiAliasBinaryImageFilter.
>>>Can someone fix that in CVS ?
>>>
>>>Thanks,
>>>
>>>Gaetan
> 
> _______________________________________________
> 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