VTK/Tutorials/RevisionMacros

From KitwarePublic
< VTK‎ | Tutorials
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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