[vtk-developers] Clarification of new type macros

David Doria daviddoria+vtk at gmail.com
Mon May 17 09:25:00 EDT 2010


Can someone confirm/deny that the follow is correct:

Where previously there was:

vtkTypeRevisionMacro(vtkPointSetNormalEstimation, vtkPolyDataAlgorithm);

there should now be

vtkTypeMacro(vtkPointSetNormalEstimation, vtkPolyDataAlgorithm);

Where previously there was:

vtkCxxRevisionMacro(vtkPointSetNormalEstimation, "$Revision: 1.70 $");

there should now be nothing (this line should be deleted).

Thanks,

David



More information about the vtk-developers mailing list