[vtk-developers] Macro for copy constructor and operator =

Arnaud Gelas Arnaud_Gelas at hms.harvard.edu
Thu May 6 15:03:25 EDT 2010


Hi guys,

I was wondering about the introduction of macro to avoid writing all  
the time

private:
   vtkMyClass( const vtkMyClass& );
   void operator = ( const vtkMyClass& );

Note that such a macro exists in Qt, and it is quite useful...

What do you think about it?

Arnaud



More information about the vtk-developers mailing list