[Insight-users] void operator=(const Self&); //purposely not implemented

Arvind Rao arvind.sbia at gmail.com
Mon Feb 11 14:14:41 EST 2013


I noticed this bit code in itk filters:

         void operator=(const Self&); //purposely not implemented

Why isn't the operator=() implemented? I guess it wouldn't make sense to
set a filter to the state of another--at least for the applications I've
worked on.

I seems to me that if  operator=() should be implemented, then why even
declare this function in the header file of the filter?

Thanks in advance answering!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130211/9611d9ca/attachment.htm>


More information about the Insight-users mailing list