VTK/Tutorials/RevisionMacros

From KitwarePublic
< VTK‎ | Tutorials
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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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).