[Insight-developers] AntiAliasBinaryImageFilter dummy constructor
needed
Gaetan Lehmann
gaetan.lehmann at jouy.inra.fr
Mon Oct 24 18:20:39 EDT 2005
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
More information about the Insight-developers
mailing list