VTK/Tutorials/RevisionMacros
From KitwarePublic
< VTK | Tutorials
Jump to navigationJump to search
Revision as of 18:12, 18 August 2010 by Daviddoria (talk | contribs) (Created page with '==Header file== Where previously there was: vtkTypeRevisionMacro(class, superclass); there should now be vtkTypeMacro(class, superclass); ==Implementation file== Where prev…')
Header file
Where previously there was:
vtkTypeRevisionMacro(class, superclass);
there should now be
vtkTypeMacro(class, superclass);
Implementation file
Where previously there was:
vtkCxxRevisionMacro(class, "$Revision: 1.70 $");
there should now be nothing (this line should be deleted).